]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-118910: Less boilerplate in the tier 2 optimizer (#118913)
authorMark Shannon <mark@hotpy.org>
Fri, 10 May 2024 16:43:23 +0000 (17:43 +0100)
committerGitHub <noreply@github.com>
Fri, 10 May 2024 16:43:23 +0000 (17:43 +0100)
commitf5c6b9977a561fcf9c2a803fb08652fd39b13d3b
tree9c43b70c2a92e6d062aa7b9c223442aabfe3b325
parent941eea0a27de6e5c02d3c80924235a7a07bd095a
GH-118910: Less boilerplate in the tier 2 optimizer (#118913)
Include/internal/pycore_optimizer.h
Lib/test/test_generated_cases.py
Python/optimizer_analysis.c
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h
Python/optimizer_symbols.c
Tools/cases_generator/optimizer_generator.py