[pypy-commit] stmgc nonmovable-int-ref: add debug print

Raemi noreply at buildbot.pypy.org
Mon Aug 19 08:58:56 CEST 2013


Author: Remi Meier <remi.meier at gmail.com>
Branch: nonmovable-int-ref
Changeset: r483:9cd8cc0e987a
Date: 2013-08-19 08:47 +0200
http://bitbucket.org/pypy/stmgc/changeset/9cd8cc0e987a/

Log:	add debug print

diff --git a/c4/extra.c b/c4/extra.c
--- a/c4/extra.c
+++ b/c4/extra.c
@@ -60,6 +60,8 @@
     result = (intptr_t)stub;
     spinlock_release(d->public_descriptor->collection_lock);
     stm_register_integer_address(result);
+
+    dprintf(("allocate_public_int_adr(%p): %p", obj, stub));
     return result;
 }
 


More information about the pypy-commit mailing list