Author: Hakan Ardo <[email protected]>
Branch: 
Changeset: r44420:707fe01a8fb3
Date: 2011-05-25 14:15 +0200
http://bitbucket.org/pypy/pypy/changeset/707fe01a8fb3/

Log:    somewhat better optimized now

diff --git a/pypy/module/pypyjit/test_pypy_c/test_pypy_c_new.py 
b/pypy/module/pypyjit/test_pypy_c/test_pypy_c_new.py
--- a/pypy/module/pypyjit/test_pypy_c/test_pypy_c_new.py
+++ b/pypy/module/pypyjit/test_pypy_c/test_pypy_c_new.py
@@ -270,9 +270,8 @@
             i17 = int_add_ovf(i8, 1)
             guard_no_overflow(descr=<Guard5>)
             i18 = force_token()
-            i20 = int_sub(i17, 1)
             --TICK--
-            jump(p0, p1, p2, p3, p4, p5, i20, p7, i17, i9, p10, p11, p12, 
descr=<Loop0>)
+            jump(p0, p1, p2, p3, p4, p5, i8, p7, i17, i9, p10, p11, p12, 
descr=<Loop0>)
         """)
 
     def test_default_and_kw(self):
@@ -1727,4 +1726,4 @@
             # few instructions
             loop.match_by_id("contains", """
                 i1 = int_add(i0, 1)
-            """)
\ No newline at end of file
+            """)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to