[pypy-commit] pypy jitframe-on-heap: disable the debug

fijal noreply at buildbot.pypy.org
Wed Mar 6 22:00:56 CET 2013


Author: Maciej Fijalkowski <fijall at gmail.com>
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)


More information about the pypy-commit mailing list