[pypy-svn] r35901 - pypy/dist/pypy/translator/goal

mwh at codespeak.net mwh at codespeak.net
Tue Dec 19 19:23:39 CET 2006


Author: mwh
Date: Tue Dec 19 19:23:38 2006
New Revision: 35901

Modified:
   pypy/dist/pypy/translator/goal/bench-cronjob.py
Log:
let's benchmark some call-likely-builtin builds tonight.


Modified: pypy/dist/pypy/translator/goal/bench-cronjob.py
==============================================================================
--- pypy/dist/pypy/translator/goal/bench-cronjob.py	(original)
+++ pypy/dist/pypy/translator/goal/bench-cronjob.py	Tue Dec 19 19:23:38 2006
@@ -166,10 +166,12 @@
     if backends == []:  #_ prefix means target specific option, # prefix to outcomment
         backends = [backend.strip() for backend in """
             llvm--_objspace-std-withstrdict
+            llvm--_objspace-opcodes-CALL_LIKELY_BUILTIN
             c
             c--gc=framework
             c--thread--_objspace-std-withstrdict--profopt='-c "from richards import *;main(iterations=1)"'
             c--stackless
+            c--stackless--profopt='-c "from richards import *;main(iterations=1)"'--_objspace-opcodes-CALL_LIKELY_BUILTIN
             c--stackless--_objspace-std-withstrdict--profopt='-c "from richards import *;main(iterations=1)"'
             c--profopt='-c "from richards import *;main(iterations=1)"'
             c--_objspace-std-withstrdict--profopt='-c "from richards import *;main(iterations=1)"'



More information about the Pypy-commit mailing list