[pypy-dev] PPC JIT test_load_and_store()

David Edelsohn dje.gcc at gmail.com
Thu Aug 18 16:19:56 CEST 2011


Sven,

Does test_ppc.py:test_load_and_store() succeed for you?  The code
stores the values in registers r10 and r11 to the memory addressed by
registers r8 and r9, but r8 and r9 never are initialized, so it stores
to an arbitrary location in memory that may not be valid and causes a
segfault.

I understand the intent of the test, but I don't understand how it is
suppose to work as currently written.

Thanks, David


More information about the pypy-dev mailing list