Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r78597:2bc3e9cb805a
Date: 2015-07-18 18:11 +0200
http://bitbucket.org/pypy/pypy/changeset/2bc3e9cb805a/

Log:    We get a guard_nonnull here. It may be a bit hard to remove, but
        ideally it should be...

diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py 
b/pypy/module/pypyjit/test_pypy_c/test_string.py
--- a/pypy/module/pypyjit/test_pypy_c/test_string.py
+++ b/pypy/module/pypyjit/test_pypy_c/test_string.py
@@ -252,6 +252,8 @@
         guard_no_exception(descr=...)
         p53 = call(ConstClass(fast_str_decode_ascii), p80, descr=<Callr . r 
EF=4>)
         guard_no_exception(descr=...)
+        guard_nonnull(p53, descr=...)
         --TICK--
         jump(..., descr=...)
         """)
+        # XXX remove the guard_nonnull above?
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to