[pypy-svn] pypy gc-minimark-largeobj: Debugging comment.
arigo
commits-noreply at bitbucket.org
Tue Jan 4 21:04:13 CET 2011
Author: Armin Rigo <arigo at tunes.org>
Branch: gc-minimark-largeobj
Changeset: r40398:1e73332b6a4c
Date: 2011-01-04 21:02 +0100
http://bitbucket.org/pypy/pypy/changeset/1e73332b6a4c/
Log: Debugging comment.
diff --git a/pypy/rpython/memory/gc/minimark.py b/pypy/rpython/memory/gc/minimark.py
--- a/pypy/rpython/memory/gc/minimark.py
+++ b/pypy/rpython/memory/gc/minimark.py
@@ -1218,6 +1218,7 @@
def _trace_drag_out(self, root, ignored):
obj = root.address[0]
+ #print '_trace_drag_out(%x: %r)' % (hash(obj.ptr._obj), obj)
#
# If 'obj' is not in the nursery, nothing to change -- expect
# that we must set GCFLAG_VISITED on young raw-malloced objects.
More information about the Pypy-commit
mailing list