commit | 192690e2d21f90a2725dceec62f99bba26a9faf1 | [log] [tgz] |
---|---|---|
author | Jeremy Hylton <jeremy@alum.mit.edu> | Fri Aug 16 18:36:11 2002 +0000 |
committer | Jeremy Hylton <jeremy@alum.mit.edu> | Fri Aug 16 18:36:11 2002 +0000 |
tree | a73a1ff2e3530cab9376c7d6c22c671bff8defaf | |
parent | aca139d17dbdaa41c78204dbab14bd1c7d888542 [diff] |
Inline fast_cfunction() in new call_function(). Also, don't handle METH_OLDARGS on the fast path. All the interesting builtins have been converted to use METH_NOARGS, METH_O, or METH_VARARGS. Result is another 1-2% speedup. If I can cobble together 10 of these, it might make a difference.