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

bacek at svn.parrot.org bacek at svn.parrot.org
Sat Jun 5 00:10:55 UTC 2010


Author: bacek
Date: Sat Jun  5 00:10:54 2010
New Revision: 47358
URL: https://trac.parrot.org/parrot/changeset/47358

Log:
Switch default GC to MS2.

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

Modified: branches/gc_massacre/include/parrot/settings.h
==============================================================================
--- branches/gc_massacre/include/parrot/settings.h	Fri Jun  4 20:45:37 2010	(r47357)
+++ branches/gc_massacre/include/parrot/settings.h	Sat Jun  5 00:10:54 2010	(r47358)
@@ -38,8 +38,9 @@
  * MS  -- stop-the-world mark & sweep
  * INF -- infinite memory "collector"
  * TMS -- TriColor Mark & Sweep
+ * MS2 -- new style mark & sweep
  */
-#define PARROT_GC_DEFAULT_TYPE TMS
+#define PARROT_GC_DEFAULT_TYPE MS2
 
 /*
  * JIT/i386 can use the CGP run core for external functions instead


More information about the parrot-commits mailing list