[svn:parrot] r41910 - branches/pcc_reapply/src/pmc

bacek at svn.parrot.org bacek at svn.parrot.org
Sat Oct 17 23:02:54 UTC 2009


Author: bacek
Date: Sat Oct 17 23:02:51 2009
New Revision: 41910
URL: https://trac.parrot.org/parrot/changeset/41910

Log:
[cage] Unblock blocked GC mark in clone_interpreter, not GC sweep.

Modified:
   branches/pcc_reapply/src/pmc/parrotinterpreter.pmc

Modified: branches/pcc_reapply/src/pmc/parrotinterpreter.pmc
==============================================================================
--- branches/pcc_reapply/src/pmc/parrotinterpreter.pmc	Sat Oct 17 21:15:45 2009	(r41909)
+++ branches/pcc_reapply/src/pmc/parrotinterpreter.pmc	Sat Oct 17 23:02:51 2009	(r41910)
@@ -143,7 +143,7 @@
     if (flags & PARROT_CLONE_GLOBALS)
         pt_clone_globals(d, s);
 
-    Parrot_unblock_GC_sweep(d);
+    Parrot_unblock_GC_mark(d);
 }
 
 


More information about the parrot-commits mailing list