[pypy-commit] pypy default: merged upstream, again

alex_gaynor noreply at buildbot.pypy.org
Sat Jul 2 19:20:23 CEST 2011


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: 
Changeset: r45284:e572b99a233b
Date: 2011-07-02 10:27 -0700
http://bitbucket.org/pypy/pypy/changeset/e572b99a233b/

Log:	merged upstream, again

	H: Enter commit message. Lines beginning with 'HG:' are removed.

diff --git a/pypy/jit/metainterp/test/test_ajit.py b/pypy/jit/metainterp/test/test_ajit.py
--- a/pypy/jit/metainterp/test/test_ajit.py
+++ b/pypy/jit/metainterp/test/test_ajit.py
@@ -2322,6 +2322,7 @@
             myjitdriver.set_param('threshold', 3)
             myjitdriver.set_param('trace_eagerness', 1)
             myjitdriver.set_param('retrace_limit', 5)
+            myjitdriver.set_param('function_threshold', -1)
             pc = sa = i = 0
             while pc < len(bytecode):
                 myjitdriver.jit_merge_point(pc=pc, n=n, sa=sa, i=i)


More information about the pypy-commit mailing list