Author: Maciej Fijalkowski <[email protected]>
Branch: jitframe-on-heap
Changeset: r61336:b41f1cbf3d8f
Date: 2013-02-16 23:35 +0200
http://bitbucket.org/pypy/pypy/changeset/b41f1cbf3d8f/
Log: disable debug when we're translated
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
@@ -69,6 +69,8 @@
def setup(self, looptoken):
assert self.memcpy_addr != 0, 'setup_once() not called?'
+ if we_are_translated():
+ self.debug = False
self.current_clt = looptoken.compiled_loop_token
self.mc = ARMv7Builder()
self.pending_guards = []
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit