[pypy-commit] pypy default: arraylen now lands in a different spot

fijal noreply at buildbot.pypy.org
Mon Sep 21 09:08:25 CEST 2015


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r79731:db28b068daa3
Date: 2015-09-21 09:07 +0200
http://bitbucket.org/pypy/pypy/changeset/db28b068daa3/

Log:	arraylen now lands in a different spot

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,11 +422,11 @@
         i114 = int_ne(i160, i112)
         guard_false(i114, descr=...)
         --TICK--
+        i123 = arraylen_gc(p67, descr=<ArrayP .>)
         i119 = call_i(ConstClass(_ll_1_raw_malloc_varsize__Signed), 6, descr=<Calli . i EF=5 OS=110>)
         raw_store(i119, 0, i160, descr=<ArrayS 2>)
         raw_store(i119, 2, i160, descr=<ArrayS 2>)
         raw_store(i119, 4, i160, descr=<ArrayS 2>)
         setfield_gc(p167, i119, descr=<FieldU pypy.module._cffi_backend.cdataobj.W_CData.inst__ptr .+>)
-        i123 = arraylen_gc(p67, descr=<ArrayP .>)
         jump(..., descr=...)
         """)


More information about the pypy-commit mailing list