[svn:parrot] r41262 - trunk/src/pmc

NotFound at svn.parrot.org NotFound at svn.parrot.org
Mon Sep 14 18:31:34 UTC 2009


Author: NotFound
Date: Mon Sep 14 18:31:31 2009
New Revision: 41262
URL: https://trac.parrot.org/parrot/changeset/41262

Log:
[pmc] Delete wrong mark of packfile segment wich is not PObj , TT #1008 einstein++

Modified:
   trunk/src/pmc/continuation.pmc

Modified: trunk/src/pmc/continuation.pmc
==============================================================================
--- trunk/src/pmc/continuation.pmc	Mon Sep 14 15:52:07 2009	(r41261)
+++ trunk/src/pmc/continuation.pmc	Mon Sep 14 18:31:31 2009	(r41262)
@@ -131,8 +131,6 @@
         if (!cc)
             return;
 
-        if (cc->seg)
-            Parrot_gc_mark_PObj_alive(interp, (PObj *)cc->seg);
         if (cc->to_ctx)
             Parrot_gc_mark_PObj_alive(INTERP, (PObj *) cc->to_ctx);
         if (cc->from_ctx)


More information about the parrot-commits mailing list