Author: Maciej Fijalkowski <[email protected]>
Branch: jitframe-on-heap
Changeset: r61338:4c8a7712012c
Date: 2013-02-17 00:43 +0200
http://bitbucket.org/pypy/pypy/changeset/4c8a7712012c/
Log: disable the debug to have less assembler to read
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
@@ -42,7 +42,7 @@
class AssemblerARM(ResOpAssembler):
- debug = True
+ debug = False
def __init__(self, cpu, translate_support_code=False):
ResOpAssembler.__init__(self, cpu, translate_support_code)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit