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
Add function arguments to the control point live variables set.
Without this, it's possible to crash the trace compiler if a function
argument is used directly inside the interpreter loop.
(Later this could be optimised by only including arguments which are
actually used in the interpreter loop)
0 commit comments