• Jeremy Hylton's avatar
    Inline fast_cfunction() in new call_function(). · 192690e2
    Jeremy Hylton yazdı
    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.
    192690e2
ceval.c 85.5 KB