Author: Maciej Fijalkowski <[email protected]>
Branch: jitframe-on-heap
Changeset: r60143:84877fe3c441
Date: 2013-01-17 21:58 +0200
http://bitbucket.org/pypy/pypy/changeset/84877fe3c441/

Log:    kill some prints, leave debugging on for now

diff --git a/pypy/jit/backend/x86/assembler.py 
b/pypy/jit/backend/x86/assembler.py
--- a/pypy/jit/backend/x86/assembler.py
+++ b/pypy/jit/backend/x86/assembler.py
@@ -617,13 +617,7 @@
         self._patch_stackadjust(stack_check_patch_ofs + rawstart, frame_depth)
         self._patch_stackadjust(stack_check_patch_ofs2 + rawstart, frame_depth)
         self.fixup_target_tokens(rawstart)
-        print frame_depth
-        print self.current_clt
-        print self.current_clt.frame_info
-        print self.current_clt.frame_info.jfi_frame_depth
-        print self.current_clt.frame_info.counter
         self.current_clt.frame_info.jfi_frame_depth = frame_depth
-        print self.current_clt.frame_info.jfi_frame_depth
         self._update_gcmap(self.current_clt.frame_info, regalloc)
         self.teardown()
         # oprofile support
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to