[pypy-commit] pypy default: reenable the debugging code injection, fixes test_ztranslation_jit_stats.py

bivab noreply at buildbot.pypy.org
Sat Apr 13 16:33:36 CEST 2013


Author: David Schneider <david.schneider at picle.org>
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)
 


More information about the pypy-commit mailing list