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
allow external AbstractInterpreter to overload throw-call handling (#52498)
By defining new `abstract_throw` interface, which allows external
`AbstractInterpreter` to customize the behavior of `throw`-call handling
just by overloading `abstract_throw` method. This is particularly useful
for JET.
0 commit comments