[Python-Dev] NOP

Raymond Hettinger raymond.hettinger at verizon.net
Sun Jun 20 02:01:48 EDT 2004


Any objections to my adding a NOP instruction to support additional code
generation improvements in Python/compile.c?

One possible improvement is replacing [UNARY_NOT JUMP_IF_FALSE addr]
with [NOP JUMP_IF_TRUE addr].


Raymond




More information about the Python-Dev mailing list