Author: Maciej Fijalkowski <[email protected]>
Branch: jitframe-on-heap
Changeset: r62137:523baa10ad2f
Date: 2013-03-06 22:55 +0200
http://bitbucket.org/pypy/pypy/changeset/523baa10ad2f/

Log:    disable the debug

diff --git a/rpython/jit/backend/x86/assembler.py 
b/rpython/jit/backend/x86/assembler.py
--- a/rpython/jit/backend/x86/assembler.py
+++ b/rpython/jit/backend/x86/assembler.py
@@ -51,7 +51,7 @@
     _output_loop_log = None
     _second_tmp_reg = ecx
 
-    DEBUG_FRAME_DEPTH = True
+    DEBUG_FRAME_DEPTH = False
 
     def __init__(self, cpu, translate_support_code=False):
         BaseAssembler.__init__(self, cpu, translate_support_code)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to