Author: Alex Gaynor <[email protected]>
Branch: fix-trace-jit
Changeset: r67645:b380ba48d968
Date: 2013-10-28 10:28 -0700
http://bitbucket.org/pypy/pypy/changeset/b380ba48d968/
Log: There's now another guard_isnull here
diff --git a/pypy/module/pypyjit/test_pypy_c/test_call.py
b/pypy/module/pypyjit/test_pypy_c/test_call.py
--- a/pypy/module/pypyjit/test_pypy_c/test_call.py
+++ b/pypy/module/pypyjit/test_pypy_c/test_call.py
@@ -425,6 +425,7 @@
loop, = log.loops_by_id('call', is_entry_bridge=True)
assert loop.match("""
guard_value(i4, 1, descr=...)
+ guard_isnull(p5, descr=...)
guard_nonnull_class(p12, ConstClass(W_IntObject), descr=...)
guard_value(i8, 0, descr=...)
guard_value(p2, ConstPtr(ptr21), descr=...)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit