[issue1764986] generic and more efficient removal of unreachable code

Raymond Hettinger report at bugs.python.org
Sat May 31 06:59:31 CEST 2008


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

Not too excited about this.  It adds to compilation time but doesn't 
save any runtime.  It's not at all common for production code to have 
unreachable code at RAISE_VARARGS or BREAK_LOOP, so I see no reason to 
complexify to the peepholer to handle this case.

----------
nosy: +rhettinger
resolution:  -> rejected
status: open -> closed

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


More information about the Python-bugs-list mailing list