Author: Remi Meier <remi.me...@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;
 }
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to