|
|
|
|
|
by krona
1649 days ago
|
|
> Assuming I don't care about ABI stability, what's the fastest calling convention? I'd assume a modern optimizing compiler will, in situations where it's permitted, create completely novel calling conventions depending on the situation. Whole program optimization is one area you might see this. |
|
Whole program optimization gives the compiler some ways around that. I am not sure how much freedom it gives the compiler.