[pypy-svn] r68589 - pypy/branch/tagged-pointers-framework2/pypy/config

cfbolz at codespeak.net cfbolz at codespeak.net
Sat Oct 17 17:20:38 CEST 2009


Author: cfbolz
Date: Sat Oct 17 17:20:38 2009
New Revision: 68589

Modified:
   pypy/branch/tagged-pointers-framework2/pypy/config/pypyoption.py
Log:
enable this for a bit, to get it when doing a lib-python run


Modified: pypy/branch/tagged-pointers-framework2/pypy/config/pypyoption.py
==============================================================================
--- pypy/branch/tagged-pointers-framework2/pypy/config/pypyoption.py	(original)
+++ pypy/branch/tagged-pointers-framework2/pypy/config/pypyoption.py	Sat Oct 17 17:20:38 2009
@@ -357,6 +357,7 @@
     if level in ['2', '3', 'jit']:
         config.objspace.opcodes.suggest(CALL_METHOD=True)
         config.objspace.std.suggest(withmultidict=True)
+        config.objspace.std.suggest(withsmallint=True)
         config.objspace.std.suggest(withshadowtracking=True)
         config.objspace.std.suggest(withrangelist=True)
         config.objspace.std.suggest(withmethodcache=True)



More information about the Pypy-commit mailing list