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

arigo at codespeak.net arigo at codespeak.net
Sat Mar 3 13:47:55 CET 2007


Author: arigo
Date: Sat Mar  3 13:47:52 2007
New Revision: 39790

Modified:
   pypy/dist/pypy/config/pypyoption.py
Log:
* 'withprebuiltchar' is a clear win.
* 'sharesmallstr' makes no consistent difference on richards,
   more benchmarking needed...



Modified: pypy/dist/pypy/config/pypyoption.py
==============================================================================
--- pypy/dist/pypy/config/pypyoption.py	(original)
+++ pypy/dist/pypy/config/pypyoption.py	Sat Mar  3 13:47:52 2007
@@ -228,6 +228,7 @@
                              ("objspace.std.withrangelist", True),
                              ("objspace.std.withmethodcache", True),
 #                             ("objspace.std.withfastslice", True),
+                             ("objspace.std.withprebuiltchar", True),
                              ("objspace.std.optimized_int_add", True),
                              ],
                    cmdline="--faassen", negation=False),



More information about the Pypy-commit mailing list