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
Many calls to builtin methods are turned into C-API calls or helper function calls, but some are not. For them, it would be good to use the existing caching infrastructure that unpacks the underlying C function pointer and calls it directly.
Many calls to builtin methods are turned into C-API calls or helper function calls, but some are not. For them, it would be good to use the existing caching infrastructure that unpacks the underlying C function pointer and calls it directly.