You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JIT: Handle x86 gs cookie checks before tailcalls (#121169)
The code path assumed we didn't have tailcalls on x86, but we do see
them for `CEE_JMP` specifically. In that case the GS cookie check may
need a register in AOT scenarios, so give it one.
0 commit comments