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

xoraxax at codespeak.net xoraxax at codespeak.net
Fri Sep 29 19:50:52 CEST 2006


Author: xoraxax
Date: Fri Sep 29 19:50:52 2006
New Revision: 32752

Modified:
   pypy/dist/pypy/translator/goal/bench-cronjob.py
Log:
Removed the nonstrdict LLVM build because the whole LLVM chain is presumely to long to fit two times 
into a night together with the other builds :)



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	Fri Sep 29 19:50:52 2006
@@ -147,7 +147,7 @@
 def main(backends=[]):
     if backends == []:  #_ prefix means target specific option
         #backends = """llvm at c@c--gc=framework at c--_thread@c--stackless at c--gc=framework--cc=c++ at c--cc=c++""".split('@')
-        backends = """llvm at llvm--objspace-std-withstrdict@c at c--gc=framework at c--_thread@c--stackless at c--gc=framework--cc=c++ at c--cc=c++ at c--objspace-std-withstrdict@c--profopt='-c "from richards import *;main(iterations=1)"'""".split('@')
+        backends = """llvm--objspace-std-withstrdict at c@c--gc=framework at c--_thread@c--stackless at c--gc=framework--cc=c++ at c--cc=c++ at c--objspace-std-withstrdict@c--profopt='-c "from richards import *;main(iterations=1)"'""".split('@')
         #backends = 'llvm c c--gc=framework c--_thread c--stackless'.split()
         #backends = 'llvm c c--gc=framework c--new-stackless c--_thread'.split()
         #backends = 'llvm c c--stackless c--_thread c--stackless--_thread'.split()



More information about the Pypy-commit mailing list