gh-132336: Mark a few "slow path" functions used by the interpreter loop as noinline (#132337)
Mark a few functions used by the interpreter loop as noinline These are all the slow path and should not be inlined into the interpreter loop. Unfortunately, they end up being inlined with LTO and the current PGO task.
M
mpage committed
619edb802e10741eff8eeab7dd279406bcd4b39c
Parent: 5f1aed1
Committed by GitHub <[email protected]>
on 4/10/2025, 8:41:15 AM