[pypy-svn] r62605 - pypy/branch/pyjitpl5/pypy/jit/tl

fijal at codespeak.net fijal at codespeak.net
Thu Mar 5 18:19:12 CET 2009


Author: fijal
Date: Thu Mar  5 18:19:12 2009
New Revision: 62605

Modified:
   pypy/branch/pyjitpl5/pypy/jit/tl/pypyjit.py
Log:
use CALL_LIKELY_BUILTIN. cheat cheat cheat ;-)


Modified: pypy/branch/pyjitpl5/pypy/jit/tl/pypyjit.py
==============================================================================
--- pypy/branch/pyjitpl5/pypy/jit/tl/pypyjit.py	(original)
+++ pypy/branch/pyjitpl5/pypy/jit/tl/pypyjit.py	Thu Mar  5 18:19:12 2009
@@ -22,6 +22,7 @@
 set_pypy_opt_level(config, level='0')
 config.objspace.std.multimethods = 'mrd'
 config.objspace.std.builtinshortcut = True
+config.objspace.opcodes.CALL_LIKELY_BUILTIN = True
 multimethod.Installer = multimethod.InstallerVersion2
 print config
 



More information about the Pypy-commit mailing list