[pypy-commit] pypy stmgc-c8: Revert 77df620af990: it turns out that d2d1782d3d34 is mostly enough

arigo noreply at buildbot.pypy.org
Sat May 30 21:27:43 CEST 2015


Author: Armin Rigo <arigo at tunes.org>
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,


More information about the pypy-commit mailing list