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

mwh at codespeak.net mwh at codespeak.net
Tue Feb 13 10:38:44 CET 2007


Author: mwh
Date: Tue Feb 13 10:38:43 2007
New Revision: 38663

Modified:
   pypy/dist/pypy/config/pypyoption.py
Log:
add a couple more optimizations to --faassen


Modified: pypy/dist/pypy/config/pypyoption.py
==============================================================================
--- pypy/dist/pypy/config/pypyoption.py	(original)
+++ pypy/dist/pypy/config/pypyoption.py	Tue Feb 13 10:38:43 2007
@@ -200,6 +200,8 @@
                              ("objspace.std.withstrslice", True),
                              ("objspace.std.withsmallint", True),
                              ("objspace.std.withrangelist", True),
+                             ("objspace.std.withmethodcache", True),
+                             ("objspace.std.withfastslice", True),
                              ("objspace.std.optimized_int_add", True),
                              ],
                    cmdline="--faassen", negation=False),



More information about the Pypy-commit mailing list