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
[mypyc] Simplify argument parsing in legacy wrapper functions (#10234)
Only include the argument parsing functionality we need.
This speeds up the call_type_from_interpreted microbenchmark by about
17% on Python 3.8. This will also speed up most wrapper functions on Python 3.6
and earlier, since they don't use the new-style "fastcall" wrappers.
This also speeds up the test suite a little, since there's less code to compile.
0 commit comments