diff options
author | Mark Shannon <mark@hotpy.org> | 2020-07-30 09:03:00 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-30 09:03:00 (GMT) |
commit | 6e8128f02e1d36e38e5866f9dc36e051caa47bc9 (patch) | |
tree | 69cb790e96057a35333a9a2de94934d9ab3aab9d /Makefile.pre.in | |
parent | ba18c0b13ba3c08077ea3db6658328523823a33f (diff) | |
download | cpython-6e8128f02e1d36e38e5866f9dc36e051caa47bc9.zip cpython-6e8128f02e1d36e38e5866f9dc36e051caa47bc9.tar.gz cpython-6e8128f02e1d36e38e5866f9dc36e051caa47bc9.tar.bz2 |
bpo-41323: Perform 'peephole' optimizations directly on the CFG. (GH-21517)
* Move 'peephole' optimizations into compile.c and perform them directly on the CFG.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 6b8f4e0..0a19313 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -354,7 +354,6 @@ PYTHON_OBJS= \ Python/mysnprintf.o \ Python/mystrtoul.o \ Python/pathconfig.o \ - Python/peephole.o \ Python/preconfig.o \ Python/pyarena.o \ Python/pyctype.o \ |