Author: Hakan Ardo <[email protected]>
Branch: jit-usable_retrace_3
Changeset: r59630:323b6a4e4039
Date: 2012-12-30 15:27 +0100
http://bitbucket.org/pypy/pypy/changeset/323b6a4e4039/

Log:    this case is better optimized now

diff --git a/pypy/jit/metainterp/test/test_virtual.py 
b/pypy/jit/metainterp/test/test_virtual.py
--- a/pypy/jit/metainterp/test/test_virtual.py
+++ b/pypy/jit/metainterp/test/test_virtual.py
@@ -902,7 +902,7 @@
         assert res == f(10)
         self.check_aborted_count(0)
         self.check_target_token_count(3)
-        self.check_resops(int_mul=2)
+        self.check_resops(int_mul=3, new_with_vtable=0)
 
     def test_nested_loops_bridge(self):
         class Int(object):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to