]> granicus.if.org Git - python/commit
Move body of CALL_FUNCTION opcode into helper function.
authorJeremy Hylton <jeremy@alum.mit.edu>
Fri, 16 Aug 2002 17:47:26 +0000 (17:47 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Fri, 16 Aug 2002 17:47:26 +0000 (17:47 +0000)
commite8c043240314bb94b42c448115b0d19e33d439fa
tree615c3eb8e9f25eada68c1a375ad71b8db74382e2
parent84b2bed4359e27070fe2eac4b464d4a1bc6e150d
Move body of CALL_FUNCTION opcode into helper function.

This makes the code much easier to ready, because it is at a sane
indentation level.  On my box this shows a 1-2% speedup, which means
nothing, except that I'm not going to worry about the performance
effects of the change.
Python/ceval.c