|
|
|
|
|
by saagarjha
2185 days ago
|
|
Well, that depends. Deep inside a JIT it doesn’t really matter what the calling convention is because the code only needs to interact with itself, and can use whatever convention it wishes there. Even outside of that the changes Apple has made are fairly minor-a register here and there, aside from variadics. |
|