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
Inlined instruction can get hoisted out of an inliner loop.
This caused MarkScopeObjSymUseForStackArgOpt() to added bytecodeUses for the inlinee's scope object outside the scope of the inlinee, which was wrong.
Changed the code to ignore instrs inside the landingPad block.
VSO bug: 21627404, 19979778 and 20850710
0 commit comments