[pypy-commit] pypy jit-short_from_state: bridges now jump to either of the two version of the lopp instead of back to the preamble resulting in a few more bridges

hakanardo noreply at buildbot.pypy.org
Sat May 28 15:41:21 CEST 2011


Author: Hakan Ardo <hakan at debian.org>
Branch: jit-short_from_state
Changeset: r44574:0c9381a29497
Date: 2011-05-28 12:59 +0200
http://bitbucket.org/pypy/pypy/changeset/0c9381a29497/

Log:	bridges now jump to either of the two version of the lopp instead of
	back to the preamble resulting in a few more bridges

diff --git a/pypy/jit/metainterp/test/test_quasiimmut.py b/pypy/jit/metainterp/test/test_quasiimmut.py
--- a/pypy/jit/metainterp/test/test_quasiimmut.py
+++ b/pypy/jit/metainterp/test/test_quasiimmut.py
@@ -289,7 +289,7 @@
             return total
 
         res = self.meta_interp(main, [])
-        self.check_loop_count(7)
+        self.check_loop_count(9)
         assert res == main()
 
     def test_change_during_running(self):


More information about the pypy-commit mailing list