]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-142764: Restore REPLACE_OPCODE_IF_EVALUATES_PURE optimization for some ops (GH...
authorKen Jin <kenjin@python.org>
Fri, 9 Jan 2026 23:18:22 +0000 (07:18 +0800)
committerGitHub <noreply@github.com>
Fri, 9 Jan 2026 23:18:22 +0000 (23:18 +0000)
commit95259116ecb4346b570b9f87fd825d1d5901c4f1
treefd01ee9fb250efb8c92a4593d93210ff564960a2
parente0fb278064932a0a9faf5d06850a0d211c57dfc9
gh-142764: Restore REPLACE_OPCODE_IF_EVALUATES_PURE optimization for some ops (GH-143335)
Include/internal/pycore_uop_ids.h
Include/internal/pycore_uop_metadata.h
Lib/test/test_capi/test_opt.py
Lib/test/test_generated_cases.py
Python/bytecodes.c
Python/executor_cases.c.h
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h
Tools/cases_generator/optimizer_generator.py