From 65fcd6afa22bfefb61420e668c16632657eb8b4f Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Mon, 14 Nov 2016 19:55:36 -0800 Subject: altos/lisp: Simplify GC a bit by only marking the head of each object We don't need to mark the whole object now as we're getting information about where objects are by walking the tree each time around the loop; ao_lisp_busy is only useful for terminating the walk now. Signed-off-by: Keith Packard --- src/lisp/ao_lisp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lisp/ao_lisp.h') diff --git a/src/lisp/ao_lisp.h b/src/lisp/ao_lisp.h index 906bae19..e90d791a 100644 --- a/src/lisp/ao_lisp.h +++ b/src/lisp/ao_lisp.h @@ -650,7 +650,7 @@ ao_lisp_frames_dump(void) #define DBG_FRAMES() #endif -#define DBG_MEM 1 +#define DBG_MEM 0 #define DBG_MEM_START 1 #if DBG_MEM -- cgit v1.2.3