]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-138378: Move globals-to-consts pass into main optimizer pass (GH-138379)
authorMark Shannon <mark@hotpy.org>
Thu, 18 Sep 2025 09:09:59 +0000 (10:09 +0100)
committerGitHub <noreply@github.com>
Thu, 18 Sep 2025 09:09:59 +0000 (10:09 +0100)
commit3b8325736608b246efb18dad5626766dde276e13
tree14cd94afe8d860513a3898e3b0269a1769fd1493
parentd22b25081bc406808cc5967951b42abedb634de3
GH-138378: Move globals-to-consts pass into main optimizer pass (GH-138379)
12 files changed:
Include/internal/pycore_optimizer.h
Include/internal/pycore_uop_ids.h
Include/internal/pycore_uop_metadata.h
Lib/test/test_capi/test_opt.py
Misc/NEWS.d/next/Core_and_Builtins/2025-09-03-10-16-09.gh-issue-138378.r6BQxV.rst [new file with mode: 0644]
Python/bytecodes.c
Python/executor_cases.c.h
Python/optimizer.c
Python/optimizer_analysis.c
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h
Python/optimizer_symbols.c