Author: Hakan Ardo <[email protected]>
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):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit