Author: Hakan Ardo <[email protected]>
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")
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit