Author: Alex Gaynor <alex.gay...@gmail.com>
Branch: detect-immutable-fields
Changeset: r68896:fa101e09da9d
Date: 2014-01-23 18:29 -0600
http://bitbucket.org/pypy/pypy/changeset/fa101e09da9d/

Log:    Extra guard_not_invalidated

diff --git a/pypy/module/pypyjit/test_pypy_c/test_thread.py 
b/pypy/module/pypyjit/test_pypy_c/test_thread.py
--- a/pypy/module/pypyjit/test_pypy_c/test_thread.py
+++ b/pypy/module/pypyjit/test_pypy_c/test_thread.py
@@ -42,6 +42,7 @@
         assert loop.match("""
             i53 = int_lt(i48, i27)
             guard_true(i53, descr=...)
+            guard_not_invalidated(descr=...)
             i54 = int_add_ovf(i48, i47)
             guard_no_overflow(descr=...)
             --TICK--
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to