[pypy-svn] r64790 - pypy/branch/pyjitpl5/pypy/jit/metainterp

arigo at codespeak.net arigo at codespeak.net
Tue Apr 28 21:17:39 CEST 2009


Author: arigo
Date: Tue Apr 28 21:17:39 2009
New Revision: 64790

Modified:
   pypy/branch/pyjitpl5/pypy/jit/metainterp/pyjitpl.py
Log:
Seems that we can live again with DEBUG=1 for now.


Modified: pypy/branch/pyjitpl5/pypy/jit/metainterp/pyjitpl.py
==============================================================================
--- pypy/branch/pyjitpl5/pypy/jit/metainterp/pyjitpl.py	(original)
+++ pypy/branch/pyjitpl5/pypy/jit/metainterp/pyjitpl.py	Tue Apr 28 21:17:39 2009
@@ -26,7 +26,7 @@
         assert isinstance(arg, (Box, Const))
 
 # debug level: 0 off, 1 normal, 2 detailed
-DEBUG = 2
+DEBUG = 1
 
 def log(msg):
     if not we_are_translated():



More information about the Pypy-commit mailing list