Author: Remi Meier <[email protected]>
Branch: 
Changeset: r372:2b2561c18ea9
Date: 2013-07-08 11:36 +0200
http://bitbucket.org/pypy/stmgc/changeset/2b2561c18ea9/

Log:    backout 840ac0a, demo/trees2.duh seems to crash without tracing

diff --git a/c4/gcpage.c b/c4/gcpage.c
--- a/c4/gcpage.c
+++ b/c4/gcpage.c
@@ -225,8 +225,8 @@
             id_copy->h_tid |= GCFLAG_VISITED;
 
             /* XXX: may not always need tracing? */
-            //if (!(id_copy->h_tid & GCFLAG_STUB))
-            //    gcptrlist_insert(&objects_to_trace, id_copy);
+            if (!(id_copy->h_tid & GCFLAG_STUB))
+                gcptrlist_insert(&objects_to_trace, id_copy);
         } 
         else {
             /* prebuilt originals won't get collected anyway
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to