[pypy-svn] r35950 - pypy/dist/pypy/config

mwh at codespeak.net mwh at codespeak.net
Fri Dec 22 14:12:46 CET 2006


Author: mwh
Date: Fri Dec 22 14:12:34 2006
New Revision: 35950

Modified:
   pypy/dist/pypy/config/pypyoption.py
Log:
remove the strjoin option from --faassen; still buggy :(


Modified: pypy/dist/pypy/config/pypyoption.py
==============================================================================
--- pypy/dist/pypy/config/pypyoption.py	(original)
+++ pypy/dist/pypy/config/pypyoption.py	Fri Dec 22 14:12:34 2006
@@ -123,13 +123,13 @@
                    default=False, cmdline="--oldstyle"),
 
         BoolOption("allopts",
-                   "enable all optimizations",
+                   "enable all thought-to-be-working optimizations",
                    default=False,
                    requires=[("objspace.opcodes.CALL_LIKELY_BUILTIN", True),
                              ("translation.withsmallfuncsets", 5),
                              ("translation.profopt",
                               "-c 'from richards import main;main(); from test import pystone; pystone.main()'"),
-                             ("objspace.std.withstrjoin", True),
+#                             ("objspace.std.withstrjoin", True),
                              ("objspace.std.withstrslice", True),
                              ("objspace.std.withsmallint", True),
                              ("objspace.std.withrangelist", True),



More information about the Pypy-commit mailing list