[issue11582] Boilerplate code replaced in Python/ceval.c

knickerkicker report at bugs.python.org
Thu Mar 17 22:09:34 CET 2011


knickerkicker <knicker.kicker at gmail.com> added the comment:

Creating a inline function would require passing the stackpointer variable so that the TOP() and POP() macros continue working, and creating
variables for u, v and x. I am not sure if that will not have a performance impact - ideally it shouldn't, but can we trust the compilers to see what we're upto?

Also, the DISPATCH() macro will still need to be outside the inline function.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11582>
_______________________________________


More information about the Python-bugs-list mailing list