[pypy-commit] pypy detect-immutable-fields: Extra guard_not_invalidated

alex_gaynor noreply at buildbot.pypy.org
Fri Jan 24 01:30:06 CET 2014


Author: Alex Gaynor <alex.gaynor at 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--


More information about the pypy-commit mailing list