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

chromatic at svn.parrot.org chromatic at svn.parrot.org
Sat Sep 18 06:33:30 UTC 2010


Author: chromatic
Date: Sat Sep 18 06:33:29 2010
New Revision: 49134
URL: https://trac.parrot.org/parrot/changeset/49134

Log:
[PMC] Optimized Sub PMC's thaw() slightly.

Modified:
   trunk/src/pmc/sub.pmc

Modified: trunk/src/pmc/sub.pmc
==============================================================================
--- trunk/src/pmc/sub.pmc	Sat Sep 18 05:55:10 2010	(r49133)
+++ trunk/src/pmc/sub.pmc	Sat Sep 18 06:33:29 2010	(r49134)
@@ -743,7 +743,7 @@
         INTVAL flags;
         int    i;
 
-        SUPER(info);
+        STATICSELF.init();
 
         PMC_get_sub(INTERP, SELF, sub);
 


More information about the parrot-commits mailing list