]> granicus.if.org Git - python/commit
Update the peephole optimizer to remove more dead code (jumps after returns)
authorNeal Norwitz <nnorwitz@gmail.com>
Sat, 14 Oct 2006 21:33:38 +0000 (21:33 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sat, 14 Oct 2006 21:33:38 +0000 (21:33 +0000)
commitcbeb687c687e6edebd3afdb63be0a623294e744c
tree273d96ffef6560a4991173538ec512cdabf2cd79
parent5a72372329e0c6a47d226cdc33f7a22e424bb0d0
Update the peephole optimizer to remove more dead code (jumps after returns)
and inline jumps to returns.
Lib/test/test_peepholer.py
Misc/NEWS
Python/import.c
Python/peephole.c