Author: Maciej Fijalkowski <[email protected]>
Branch: kill-gen-store-back-in
Changeset: r65951:c749bd50ed3d
Date: 2013-08-06 10:37 +0200
http://bitbucket.org/pypy/pypy/changeset/c749bd50ed3d/

Log:    Debugging leftover

diff --git a/rpython/jit/codewriter/codewriter.py 
b/rpython/jit/codewriter/codewriter.py
--- a/rpython/jit/codewriter/codewriter.py
+++ b/rpython/jit/codewriter/codewriter.py
@@ -13,7 +13,7 @@
 
 class CodeWriter(object):
     callcontrol = None    # for tests
-    debug = True
+    debug = False
 
     def __init__(self, cpu=None, jitdrivers_sd=[]):
         self.cpu = cpu
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to