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 the new finish_nested_frame! interface (#686)
The additional logic implemented for `RecursiveInterpreter` seems to be
no longer necessary. I think we can simply call `finish!` instead,
since there is no strong reason to add `caller->callee` relation
to the nested `CodeInfo` frame within `:thunk` expression.
Confirmed LoweredCodeUtils/Revise/Debugger still pass their test suites
with this change.
0 commit comments