Make CHECK_PERIODIC a separate instruction, use it instead of the _CHECK_PERIODIC uops for calls.
Then the JIT can safely abort the check instruction. For jumps we don't need to do this because the top appears before the jump instruction has any side effect on program state.
Linked PRs
Make CHECK_PERIODIC a separate instruction, use it instead of the
_CHECK_PERIODICuops for calls.Then the JIT can safely abort the check instruction. For jumps we don't need to do this because the top appears before the jump instruction has any side effect on program state.
Linked PRs
CHECK_PERIODICinstruction and use it for CALLs instead of the uop version. #132533