]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-113710: Add a tier 2 peephole optimization pass. (GH-114487)
authorMark Shannon <mark@hotpy.org>
Wed, 24 Jan 2024 12:08:31 +0000 (12:08 +0000)
committerGitHub <noreply@github.com>
Wed, 24 Jan 2024 12:08:31 +0000 (12:08 +0000)
commit384429d1c0cf011dcf88d4043e0328de8b063c24
treed3b325f08d9359bce60065b162ddec3572b08662
parent1e4f00ebd8db44a031b61eed0803b4c3d731aed7
GH-113710: Add a tier 2 peephole optimization pass. (GH-114487)

* Convert _LOAD_CONST to inline versions

* Remove PEP 523 checks
Include/internal/pycore_uop_ids.h
Include/internal/pycore_uop_metadata.h
Python/bytecodes.c
Python/executor_cases.c.h
Python/optimizer.c
Python/optimizer_analysis.c
Python/pystate.c