[pypy-svn] r54287 - pypy/branch/faster-binop/pypy/config

arigo at codespeak.net arigo at codespeak.net
Wed Apr 30 21:06:00 CEST 2008


Author: arigo
Date: Wed Apr 30 21:05:57 2008
New Revision: 54287

Modified:
   pypy/branch/faster-binop/pypy/config/pypyoption.py
Log:
objspace.std.getattributeshortcut is another big win,
both on pystone and richards.


Modified: pypy/branch/faster-binop/pypy/config/pypyoption.py
==============================================================================
--- pypy/branch/faster-binop/pypy/config/pypyoption.py	(original)
+++ pypy/branch/faster-binop/pypy/config/pypyoption.py	Wed Apr 30 21:05:57 2008
@@ -315,6 +315,7 @@
 #                             ("objspace.std.withfastslice", True),
                              ("objspace.std.withprebuiltchar", True),
                              ("objspace.std.builtinshortcut", True),
+                             ("objspace.std.getattributeshortcut", True),
                              ("translation.list_comprehension_operations",True),
                              ],
                    cmdline="--allopts --faassen", negation=False),



More information about the Pypy-commit mailing list