[issue2260] conditional jump to a POP_TOP optimization

Antoine Pitrou report at bugs.python.org
Fri Aug 1 11:41:23 CEST 2008


Antoine Pitrou <pitrou at free.fr> added the comment:

While this patch is interesting, I think it would be more efficient to
introduce variants of JUMP_IF_FALSE and JUMP_IF_TRUE which pop their
argument rather than leaving it on the stack (like I did in #2459).

----------
nosy: +pitrou

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


More information about the Python-bugs-list mailing list