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
JuliaInterpreter treats :pop_exception, as another spelling of :leave, but this is a misunderstanding. :pop_exception operates on the stack of exceptions (i.e. an exception gets pushed on the stack when we take a catch edge), not the stack of exception handlers
JuliaInterpreter treats
:pop_exception
, as another spelling of:leave
, but this is a misunderstanding.:pop_exception
operates on the stack of exceptions (i.e. an exception gets pushed on the stack when we take acatch
edge), not the stack of exception handlersJuliaInterpreter.jl/src/interpret.jl
Lines 490 to 491 in a3cf18e
The text was updated successfully, but these errors were encountered: