[pypy-svn] r37843 - pypy/branch/jit-virtual-world/pypy/jit/goal

arigo at codespeak.net arigo at codespeak.net
Sat Feb 3 01:08:23 CET 2007


Author: arigo
Date: Sat Feb  3 01:08:13 2007
New Revision: 37843

Modified:
   pypy/branch/jit-virtual-world/pypy/jit/goal/targetjit.py
Log:
Make targetjit a bit faster, while we develop it.


Modified: pypy/branch/jit-virtual-world/pypy/jit/goal/targetjit.py
==============================================================================
--- pypy/branch/jit-virtual-world/pypy/jit/goal/targetjit.py	(original)
+++ pypy/branch/jit-virtual-world/pypy/jit/goal/targetjit.py	Sat Feb  3 01:08:13 2007
@@ -45,6 +45,7 @@
 
     def handle_config(self, config):
         config.translation.fork_before = 'hintannotate'
+        config.translation.inline_threshold = 20.1
 
     def handle_translate_config(self, translateconfig):
         translateconfig.goals = ['timeshift']



More information about the Pypy-commit mailing list