Author: Armin Rigo <[email protected]>
Branch: stmgc-c8
Changeset: r77710:77df620af990
Date: 2015-05-30 20:42 +0200
http://bitbucket.org/pypy/pypy/changeset/77df620af990/

Log:    Failed to fix the issue, so increase the trace_limit for now...

diff --git a/rpython/rlib/jit.py b/rpython/rlib/jit.py
--- a/rpython/rlib/jit.py
+++ b/rpython/rlib/jit.py
@@ -482,7 +482,8 @@
               'function_threshold': 1619, # slightly more than one above, also 
prime
               'trace_eagerness': 200,
               'decay': 40,
-              'trace_limit': 6000,
+              'trace_limit': 25000,  # XXX temporary: with stm, unopt traces
+                                     # XXX are much longer
               'inlining': 1,
               'loop_longevity': 1000,
               'retrace_limit': 5,
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to