Author: David Schneider <[email protected]>
Branch: 
Changeset: r63310:db0bef5be316
Date: 2013-04-13 16:31 +0200
http://bitbucket.org/pypy/pypy/changeset/db0bef5be316/

Log:    reenable the debugging code injection, fixes
        test_ztranslation_jit_stats.py

diff --git a/rpython/jit/backend/arm/assembler.py 
b/rpython/jit/backend/arm/assembler.py
--- a/rpython/jit/backend/arm/assembler.py
+++ b/rpython/jit/backend/arm/assembler.py
@@ -537,7 +537,7 @@
         clt.allgcrefs = []
         clt.frame_info.clear() # for now
 
-        if False and log:
+        if log:
             operations = self._inject_debugging_code(looptoken, operations,
                                                      'e', looptoken.number)
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to