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: Compute EH liveness on all blocks instead of RPO blocks (#104321)
Since we can have blocks whose control flow we do not model (like throw helpers) we need to consider all blocks when computing the `exceptVars` and `finallyVars` sets. Fix#104315
0 commit comments