Author: Maciej Fijalkowski <fij...@gmail.com> Branch: jitcounter-on-function Changeset: r44963:7c9c56b2b688 Date: 2011-06-16 10:12 +0200 http://bitbucket.org/pypy/pypy/changeset/7c9c56b2b688/
Log: fix the test diff --git a/pypy/jit/metainterp/test/test_recursive.py b/pypy/jit/metainterp/test/test_recursive.py --- a/pypy/jit/metainterp/test/test_recursive.py +++ b/pypy/jit/metainterp/test/test_recursive.py @@ -483,6 +483,7 @@ def main(inline): myjitdriver.set_param("threshold", 10) + myjitdriver.set_param('function_threshold', 60) if inline: myjitdriver.set_param('inlining', True) else: _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit