Mercurial > hg > xemacs-beta
diff src/config.h.in @ 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 | 15139dbf89f4 |
children | 34cfe24248f6 |
line wrap: on
line diff
--- a/src/config.h.in Sun Feb 26 22:51:04 2006 +0000 +++ b/src/config.h.in Mon Feb 27 16:29:29 2006 +0000 @@ -693,10 +693,8 @@ /* If defined, use experimental pdump-based GC algorithms. */ #undef USE_KKCC -/* If defined, use experimental allocator. */ -#undef MC_ALLOC - -/* If defined, use experimental incremental garbage collector. */ +/* If defined, use experimental incremental garbage collector and new + allocator. */ #undef NEW_GC /* Virtual dirty bit implementation for incremental gc. */