[pypy-commit] pypy disable-unroll-for-short-loops: "tweak" the parameter

fijal noreply at buildbot.pypy.org
Mon Jun 8 12:09:19 CEST 2015


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: disable-unroll-for-short-loops
Changeset: r77950:82aafa07b4e3
Date: 2015-06-08 12:09 +0200
http://bitbucket.org/pypy/pypy/changeset/82aafa07b4e3/

Log:	"tweak" the parameter

diff --git a/rpython/rlib/jit.py b/rpython/rlib/jit.py
--- a/rpython/rlib/jit.py
+++ b/rpython/rlib/jit.py
@@ -565,7 +565,7 @@
               'retrace_limit': 5,
               'max_retrace_guards': 15,
               'max_unroll_loops': 0,
-              'disable_unrolling': 1000,
+              'disable_unrolling': 100,
               'enable_opts': 'all',
               'max_unroll_recursion': 7,
               }


More information about the pypy-commit mailing list