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
Remove exceptions: switch to single inflight exception global
This replaces function_name#exception_value with a single java::@inflight_exception variable.
No more than one #exception_value variable could be populated at any given time in any case;
this reduces the number of globals introduced, and as an added bonus will make it easier to
write a per-function version of remove_exceptions.
0 commit comments