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: Mark swift error as busy before call definition RefPosition (dotnet#101792)
The RefPosition we were inserting here was inserted too late to actually
protect the call definition from being allocated into the error
register.
Instead, we can just mark the existing `RefTypeFixedReg` created for the
argument use as delay freed, which will have the intended effect of
keeping the error register busy until after the call definition.
0 commit comments