]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-148211: decompose `[_POP_TWO/_INSERT_2]_LOAD_CONST_INLINE_BORROW` in JIT (GH-148357)
authorNeko Asakura <neko.asakura@outlook.com>
Sat, 11 Apr 2026 10:27:51 +0000 (06:27 -0400)
committerGitHub <noreply@github.com>
Sat, 11 Apr 2026 10:27:51 +0000 (18:27 +0800)
commit72006a71b22dff7c2fdd57a6ab66a0327ccfc881
tree59c56b6fa547ea9aa012e3a380d399220993354f
parent639f218f9c16af19e77e677c9329cada3d037ee0
gh-148211: decompose `[_POP_TWO/_INSERT_2]_LOAD_CONST_INLINE_BORROW` in JIT (GH-148357)
Include/internal/pycore_uop_ids.h
Include/internal/pycore_uop_metadata.h
Lib/test/test_capi/test_opt.py
Python/bytecodes.c
Python/executor_cases.c.h
Python/optimizer_analysis.c
Python/optimizer_cases.c.h
Tools/cases_generator/optimizer_generator.py