[svn:parrot] r47200 - branches/gc_massacre/include/parrot

bacek at svn.parrot.org bacek at svn.parrot.org
Mon May 31 10:18:03 UTC 2010


Author: bacek
Date: Mon May 31 10:18:03 2010
New Revision: 47200
URL: https://trac.parrot.org/parrot/changeset/47200

Log:
Eat your own food - use TMS as default GC.

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

Modified: branches/gc_massacre/include/parrot/settings.h
==============================================================================
--- branches/gc_massacre/include/parrot/settings.h	Mon May 31 10:17:20 2010	(r47199)
+++ branches/gc_massacre/include/parrot/settings.h	Mon May 31 10:18:03 2010	(r47200)
@@ -37,8 +37,9 @@
  * GC_DEFAULT_TYPE selection
  * MS  -- stop-the-world mark & sweep
  * INF -- infinite memory "collector"
+ * TMS -- TriColor Mark & Sweep
  */
-#define PARROT_GC_DEFAULT_TYPE MS
+#define PARROT_GC_DEFAULT_TYPE TMS
 
 /*
  * JIT/i386 can use the CGP run core for external functions instead


More information about the parrot-commits mailing list