[issue4753] Faster opcode dispatch on gcc

Skip Montanaro report at bugs.python.org
Wed Feb 4 02:05:19 CET 2009


Skip Montanaro <skip at pobox.com> added the comment:

This has been checked in, right?  Might I suggest that the TARGET and
TARGET_WITH_IMPL macros not include the trailing colon?  I think that
will make it more friendly toward "smart" editors such as Emacs' C
mode.  I definitely get better indentation with

    TARGET(NOP):

than with

    TARGET(NOP)

S

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


More information about the Python-bugs-list mailing list