Author: Armin Rigo <[email protected]>
Branch: vmprof
Changeset: r76344:dfce721b1d22
Date: 2015-03-12 12:10 +0100
http://bitbucket.org/pypy/pypy/changeset/dfce721b1d22/

Log:    remove debug print

diff --git a/rpython/jit/backend/llsupport/codemap.py 
b/rpython/jit/backend/llsupport/codemap.py
--- a/rpython/jit/backend/llsupport/codemap.py
+++ b/rpython/jit/backend/llsupport/codemap.py
@@ -103,7 +103,7 @@
             pos = rawstart + frame_positions[i]
             length = rawstop - pos
             if length > 0:
-                print "ADD:", pos, length, frame_assignments[i]
+                #print "ADD:", pos, length, frame_assignments[i]
                 pypy_jit_depthmap_add(pos, length, frame_assignments[i])
             rawstop = pos
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to