[pypy-svn] r21266 - pypy/dist/pypy/translator/backendopt

cfbolz at codespeak.net cfbolz at codespeak.net
Sun Dec 18 13:04:21 CET 2005


Author: cfbolz
Date: Sun Dec 18 13:04:20 2005
New Revision: 21266

Modified:
   pypy/dist/pypy/translator/backendopt/all.py
Log:
reverting r21265: accidentally checked in my local changes to this file. sorry :-(


Modified: pypy/dist/pypy/translator/backendopt/all.py
==============================================================================
--- pypy/dist/pypy/translator/backendopt/all.py	(original)
+++ pypy/dist/pypy/translator/backendopt/all.py	Sun Dec 18 13:04:20 2005
@@ -10,7 +10,7 @@
 def backend_optimizations(translator, inline_threshold=1,
                                       mallocs=True,
                                       ssa_form=True,
-                                      merge_if_blocks_to_switch=True,
+                                      merge_if_blocks_to_switch=False,
                                       propagate=False):
     # remove obvious no-ops
     for graph in translator.graphs:



More information about the Pypy-commit mailing list