|
|
|
|
|
by cesarb
2002 days ago
|
|
> Apple changed some things that impact PyPy, like the register uses and ffi calling conventions. I thought everyone who used 64-bit ARM used ARM's AAPCS64 (https://github.com/ARM-software/abi-aa/blob/master/aapcs64/a...), so the register usage and FFI calling convention should be the same as on Linux and Windows. What did Apple do differently that would affect the PyPy JIT? |
|