[svn:parrot] r44460 - branches/boehm_gc_2/include/parrot

bacek at svn.parrot.org bacek at svn.parrot.org
Wed Feb 24 20:21:46 UTC 2010


Author: bacek
Date: Wed Feb 24 20:21:45 2010
New Revision: 44460
URL: https://trac.parrot.org/parrot/changeset/44460

Log:
Switch default GC to MS.

Modified:
   branches/boehm_gc_2/include/parrot/settings.h

Modified: branches/boehm_gc_2/include/parrot/settings.h
==============================================================================
--- branches/boehm_gc_2/include/parrot/settings.h	Wed Feb 24 20:21:26 2010	(r44459)
+++ branches/boehm_gc_2/include/parrot/settings.h	Wed Feb 24 20:21:45 2010	(r44460)
@@ -37,12 +37,9 @@
  * GC_DEFAULT_TYPE selection
  * MS  -- stop-the-world mark & sweep
  * INF -- infinite memory "collector"
+ * BOEHM -- Boehm GC
  */
-#ifdef PARROT_HAS_BOEHM_GC
-#  define PARROT_GC_DEFAULT_TYPE BOEHM
-#else
-#  define PARROT_GC_DEFAULT_TYPE MS
-#endif
+#define PARROT_GC_DEFAULT_TYPE MS
 
 /*
  * JIT/i386 can use the CGP run core for external functions instead


More information about the parrot-commits mailing list