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
We currently do a full which call on every invoke. We should instead use the local methodtable for this to cache the lookup and if all types are constant we could do the lookup at FrameCode creation time.