[issue2260] conditional jump to a POP_TOP optimization

Raymond Hettinger report at bugs.python.org
Sun Nov 16 15:28:04 CET 2008


Raymond Hettinger <rhettinger at users.sourceforge.net> added the comment:

Adding a simpler approach.  It's a bit limited because some common cases
have the POP_TOP JUMP_FORWARD 1 pair split across two basic blocks. 
Those cases should not be optimized away on a first pass.

Added file: http://bugs.python.org/file12020/pop_peep.diff

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


More information about the Python-bugs-list mailing list