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 should apply the call frame inling optimisation to CALL_FUNCTION_EX. Many instances in real world code use *args or **kwargs and they would benefit from this optimisation.