[pypy-svn] r70125 - pypy/build/bot2/pypybuildbot

arigo at codespeak.net arigo at codespeak.net
Tue Dec 15 11:15:31 CET 2009


Author: arigo
Date: Tue Dec 15 11:15:30 2009
New Revision: 70125

Modified:
   pypy/build/bot2/pypybuildbot/builds.py
Log:
Remove command-line arguments in order to get a result
that is as close as what users get by default.


Modified: pypy/build/bot2/pypybuildbot/builds.py
==============================================================================
--- pypy/build/bot2/pypybuildbot/builds.py	(original)
+++ pypy/build/bot2/pypybuildbot/builds.py	Tue Dec 15 11:15:30 2009
@@ -159,9 +159,7 @@
 
         setup_steps(platform, self)
 
-        self.addStep(Translate(['-Ojit', '--gc=hybrid',
-                                '--gcrootfinder=asmgcc'],
-                               ['--withoutmod-thread']))
+        self.addStep(Translate(['-Ojit'], []))
         self.addStep(ShellCmd(
             descritpion="run richards & upload results",
             command=["python", "pypy/translator/benchmark/jitbench.py",



More information about the Pypy-commit mailing list