Author: Armin Rigo <[email protected]>
Branch: stmgc-c8
Changeset: r77714:970769aebbda
Date: 2015-05-30 21:27 +0200
http://bitbucket.org/pypy/pypy/changeset/970769aebbda/

Log:    Revert 77df620af990: it turns out that d2d1782d3d34 is mostly enough
        to fix the problem

diff --git a/rpython/rlib/jit.py b/rpython/rlib/jit.py
--- a/rpython/rlib/jit.py
+++ b/rpython/rlib/jit.py
@@ -482,8 +482,7 @@
               'function_threshold': 1619, # slightly more than one above, also 
prime
               'trace_eagerness': 200,
               'decay': 40,
-              'trace_limit': 25000,  # XXX temporary: with stm, unopt traces
-                                     # XXX are much longer
+              'trace_limit': 6000,
               '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