Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r243:f820ff645e44
Date: 2013-06-22 19:53 +0200
http://bitbucket.org/pypy/stmgc/changeset/f820ff645e44/

Log:    This XXX is fine now, as stubs are no longer in specially allocated
        pieces of memory.

diff --git a/c4/gcpage.c b/c4/gcpage.c
--- a/c4/gcpage.c
+++ b/c4/gcpage.c
@@ -558,7 +558,6 @@
         }
         assert(gcp->collection_lock == 0);
         gcp->shutdown = 1;
-        /* XXX ...stub_blocks... */
         assert(gcp->stolen_objects.size == 0);
         assert(gcp->stolen_young_stubs.size == 0);
         gcptrlist_delete(&gcp->stolen_objects);
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to