[pypy-commit] stmgc default: This XXX is fine now, as stubs are no longer in specially allocated

arigo noreply at buildbot.pypy.org
Sat Jun 22 19:54:01 CEST 2013


Author: Armin Rigo <arigo at 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);


More information about the pypy-commit mailing list