comparison 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
comparison
equal deleted inserted replaced
3262:79d41cfd8e6b 3263:d674024a8674
691 #undef USE_UNION_TYPE 691 #undef USE_UNION_TYPE
692 692
693 /* If defined, use experimental pdump-based GC algorithms. */ 693 /* If defined, use experimental pdump-based GC algorithms. */
694 #undef USE_KKCC 694 #undef USE_KKCC
695 695
696 /* If defined, use experimental allocator. */ 696 /* If defined, use experimental incremental garbage collector and new
697 #undef MC_ALLOC 697 allocator. */
698
699 /* If defined, use experimental incremental garbage collector. */
700 #undef NEW_GC 698 #undef NEW_GC
701 699
702 /* Virtual dirty bit implementation for incremental gc. */ 700 /* Virtual dirty bit implementation for incremental gc. */
703 #undef VDB_POSIX 701 #undef VDB_POSIX
704 #undef VDB_MACH 702 #undef VDB_MACH