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

antocuni at codespeak.net antocuni at codespeak.net
Wed Jul 9 09:48:51 CEST 2008


Author: antocuni
Date: Wed Jul  9 09:48:50 2008
New Revision: 56382

Modified:
   pypy/dist/pypy/translator/goal/bench-cronjob.py
Log:
add a version of pypy-jvm with inline threshold=0 to nightly benchmarks



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	Wed Jul  9 09:48:50 2008
@@ -189,6 +189,7 @@
             c--gc=hybrid--_faassen
             cli--_faassen
             jvm--_faassen
+            jvm--inline-threshold=0--_faassen
             """.split('\n') if backend.strip() and not backend.strip().startswith('#')]
     print time.ctime()
     for backend in backends:



More information about the Pypy-commit mailing list