Re: [pypy-dev] PPC64 JIT test_ppc.py tests fixed and working

2011-08-19 Thread Sven Hager
On 08/18/2011 09:51 PM, David Edelsohn wrote: Sven, With the attached patch, all of the ppc/ppcgen/test/test_ppc.py tests pass except for test_call_function that I skip while I debug it. I updated ppc_assembler.py:load_from() to load a full 64 bit value on 64 bit systems. It is not exactly

[pypy-dev] PPC64 JIT test_ppc.py tests fixed and working

2011-08-18 Thread David Edelsohn
Sven, With the attached patch, all of the ppc/ppcgen/test/test_ppc.py tests pass except for test_call_function that I skip while I debug it. I updated ppc_assembler.py:load_from() to load a full 64 bit value on 64 bit systems. It is not exactly right because I need to fix the signed offset