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

chromatic at svn.parrot.org chromatic at svn.parrot.org
Sat Oct 17 20:46:47 UTC 2009


Author: chromatic
Date: Sat Oct 17 20:46:47 2009
New Revision: 41904
URL: https://trac.parrot.org/parrot/changeset/41904

Log:
[PMC] Removed another unnecessary gc_unregister_pmc() call with the
CallSignature object.  See r41877.

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

Modified: branches/pcc_reapply/src/pmc/class.pmc
==============================================================================
--- branches/pcc_reapply/src/pmc/class.pmc	Sat Oct 17 20:28:41 2009	(r41903)
+++ branches/pcc_reapply/src/pmc/class.pmc	Sat Oct 17 20:46:47 2009	(r41904)
@@ -348,7 +348,6 @@
             /* add the invocant */
             VTABLE_unshift_pmc(interp, sig_obj, object);
             Parrot_pcc_invoke_from_sig_object(interp, meth, sig_obj);
-            gc_unregister_pmc(interp, sig_obj);
         }
     }
 }


More information about the parrot-commits mailing list