[svn:parrot] r49393 - branches/generational_gc/src/pmc

bacek at svn.parrot.org bacek at svn.parrot.org
Thu Sep 30 23:37:27 UTC 2010


Author: bacek
Date: Thu Sep 30 23:37:27 2010
New Revision: 49393
URL: https://trac.parrot.org/parrot/changeset/49393

Log:
Temporary disable switch to ro_variant_vtable

Modified:
   branches/generational_gc/src/pmc/default.pmc

Modified: branches/generational_gc/src/pmc/default.pmc
==============================================================================
--- branches/generational_gc/src/pmc/default.pmc	Thu Sep 30 23:37:17 2010	(r49392)
+++ branches/generational_gc/src/pmc/default.pmc	Thu Sep 30 23:37:27 2010	(r49393)
@@ -196,6 +196,11 @@
 {
     ASSERT_ARGS(check_set_std_props)
 
+    // FIXME FIXME FIXME
+    /* We have to figure out all variants of vtables transitions */
+    /* between normal, ro and wb variants */
+    return 0;
+
     /*
      * s2 in Parrot_str_equal is freed here
      */


More information about the parrot-commits mailing list