commit | 6e8128f02e1d36e38e5866f9dc36e051caa47bc9 | [log] [tgz] |
---|---|---|
author | Mark Shannon <mark@hotpy.org> | Thu Jul 30 10:03:00 2020 +0100 |
committer | GitHub <noreply@github.com> | Thu Jul 30 10:03:00 2020 +0100 |
tree | 69cb790e96057a35333a9a2de94934d9ab3aab9d | |
parent | ba18c0b13ba3c08077ea3db6658328523823a33f [diff] |
bpo-41323: Perform 'peephole' optimizations directly on the CFG. (GH-21517) * Move 'peephole' optimizations into compile.c and perform them directly on the CFG.