[pypy-commit] extradoc extradoc: increase trace_limit to suport conv3x3

hakanardo noreply at buildbot.pypy.org
Wed Jun 15 07:42:08 CEST 2011


Author: Hakan Ardo <hakan at debian.org>
Branch: extradoc
Changeset: r3683:7bb38d131dba
Date: 2011-06-15 07:44 +0200
http://bitbucket.org/pypy/extradoc/changeset/7bb38d131dba/

Log:	increase trace_limit to suport conv3x3

diff --git a/talk/iwtc11/benchmarks/runner.py b/talk/iwtc11/benchmarks/runner.py
--- a/talk/iwtc11/benchmarks/runner.py
+++ b/talk/iwtc11/benchmarks/runner.py
@@ -29,7 +29,7 @@
     except ImportError:
         pass
     else:
-        pypyjit.set_param(trace_limit=20000)
+        pypyjit.set_param(trace_limit=200000)
     if args[0].endswith('.py'):
         mod = py.path.local(args[0]).pyimport()
         sys.stderr.write("warming up")


More information about the pypy-commit mailing list