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

fijal at codespeak.net fijal at codespeak.net
Tue Mar 10 10:04:13 CET 2009


Author: fijal
Date: Tue Mar 10 10:04:12 2009
New Revision: 62791

Modified:
   pypy/branch/pyjitpl5/pypy/jit/metainterp/warmspot.py
Log:
ARGH. how we can get reasonable code if we don't actually enable optimizations?


Modified: pypy/branch/pyjitpl5/pypy/jit/metainterp/warmspot.py
==============================================================================
--- pypy/branch/pyjitpl5/pypy/jit/metainterp/warmspot.py	(original)
+++ pypy/branch/pyjitpl5/pypy/jit/metainterp/warmspot.py	Tue Mar 10 10:04:12 2009
@@ -25,6 +25,7 @@
     from pypy.jit.backend.detect_cpu import getcpuclass
     warmrunnerdesc = WarmRunnerDesc(translator, CPUClass=getcpuclass(),
                                     translate_support_code=True,
+                                    listops=True,
                                     **kwds)
     warmrunnerdesc.finish()
 



More information about the Pypy-commit mailing list