Author: Armin Rigo <[email protected]>
Branch: trace-limit
Changeset: r46488:a8141c0c0d77
Date: 2011-08-14 02:43 +0000
http://bitbucket.org/pypy/pypy/changeset/a8141c0c0d77/

Log:    How much does it help or hurt to use a lower trace limit nowadays?

diff --git a/pypy/rlib/jit.py b/pypy/rlib/jit.py
--- a/pypy/rlib/jit.py
+++ b/pypy/rlib/jit.py
@@ -292,7 +292,7 @@
 PARAMETERS = {'threshold': 1032, # just above 1024
               'function_threshold': 1617, # slightly more than one above
               'trace_eagerness': 200,
-              'trace_limit': 12000,
+              'trace_limit': 6000,
               'inlining': 1,
               'loop_longevity': 1000,
               'retrace_limit': 5,
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to