Mercurial > hg > xemacs-beta
comparison nt/config.inc.samp @ 3092:141c2920ea48
[xemacs-hg @ 2005-11-25 01:41:31 by crestani]
Incremental Garbage Collector
author | crestani |
---|---|
date | Fri, 25 Nov 2005 01:42:08 +0000 |
parents | b694dfd2f40e |
children | d674024a8674 |
comparison
equal
deleted
inserted
replaced
3091:c22d8984148c | 3092:141c2920ea48 |
---|---|
221 USE_KKCC=1 | 221 USE_KKCC=1 |
222 | 222 |
223 # Set this to use the new experimental allocator routines | 223 # Set this to use the new experimental allocator routines |
224 MC_ALLOC=1 | 224 MC_ALLOC=1 |
225 | 225 |
226 # Set this to use the new experimental incremental garbage collector routines | |
227 NEW_GC=0 | |
228 | |
226 # Set this to turn on the use of the union type, which gets you improved | 229 # Set this to turn on the use of the union type, which gets you improved |
227 # type checking of Lisp_Objects -- they're declared as unions instead of | 230 # type checking of Lisp_Objects -- they're declared as unions instead of |
228 # ints, and so places where a Lisp_Object is mistakenly passed to a routine | 231 # ints, and so places where a Lisp_Object is mistakenly passed to a routine |
229 # expecting an int (or vice-versa), or a check is written `if (foo)' | 232 # expecting an int (or vice-versa), or a check is written `if (foo)' |
230 # instead of `if (!NILP (foo))', will be flagged as errors. (All of these | 233 # instead of `if (!NILP (foo))', will be flagged as errors. (All of these |