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

xoraxax at codespeak.net xoraxax at codespeak.net
Fri Sep 29 19:55:49 CEST 2006


Author: xoraxax
Date: Fri Sep 29 19:55:49 2006
New Revision: 32753

Modified:
   pypy/dist/pypy/translator/goal/bench-cronjob.py
Log:
Now we just have a normal LLVM build, no strdicts for LLVM to keep the runtime short.


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:55:49 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--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 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