Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r78476:5394cfa4447e
Date: 2015-07-06 21:34 +0200
http://bitbucket.org/pypy/pypy/changeset/5394cfa4447e/

Log:    Extra operation we get now (unlikely to be noticeable)

diff --git a/pypy/module/pypyjit/test_pypy_c/test_ffi.py 
b/pypy/module/pypyjit/test_pypy_c/test_ffi.py
--- a/pypy/module/pypyjit/test_pypy_c/test_ffi.py
+++ b/pypy/module/pypyjit/test_pypy_c/test_ffi.py
@@ -422,6 +422,7 @@
         guard_no_exception(descr=...)
         i112 = int_signext(i160, 2)
         setfield_gc(p167, ConstPtr(ptr85), descr=<FieldP 
pypy.module._cffi_backend.cdataobj.W_CData.inst_ctype .+>)
+        setfield_gc(p167, -1, descr=<FieldS 
pypy.module._cffi_backend.cdataobj.W_CDataNewOwning.inst_length .+>)
         i114 = int_ne(i160, i112)
         guard_false(i114, descr=...)
         --TICK--
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to