Mercurial > hg > xemacs-beta
diff nt/config.inc.samp @ 3263:d674024a8674
[xemacs-hg @ 2006-02-27 16:29:00 by crestani]
- Introduce a fancy asynchronous finalization strategy on C level.
- Merge the code conditioned on MC_ALLOC into the code conditioned on
NEW_GC.
- Remove the possibility to free objects manually outside garbage
collections when the new collector is enabled.
author | crestani |
---|---|
date | Mon, 27 Feb 2006 16:29:29 +0000 |
parents | 141c2920ea48 |
children | 57711e9aac15 |
line wrap: on
line diff
--- a/nt/config.inc.samp Sun Feb 26 22:51:04 2006 +0000 +++ b/nt/config.inc.samp Mon Feb 27 16:29:29 2006 +0000 @@ -220,10 +220,8 @@ # of the traditional XEmacs garbage-collection routines. USE_KKCC=1 -# Set this to use the new experimental allocator routines -MC_ALLOC=1 - -# Set this to use the new experimental incremental garbage collector routines +# Set this to use the new experimental incremental garbage collector +# and the new allocator routines NEW_GC=0 # Set this to turn on the use of the union type, which gets you improved