mirror of
https://review.haiku-os.org/haiku
synced 2025-01-27 16:54:49 +01:00
88e8e24c84
The goal of this patch is to amortize the cost of context switch by making the compiler aware that context switch clobbers all registers. Because all register need to be saved anyway there is no additional cost of using callee saved register in the function that does the context switch.