]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-148211: decompose `_INSERT_1_LOAD_CONST_INLINE(_BORROW)` in JIT (GH-148283)
authorNeko Asakura <neko.asakura@outlook.com>
Thu, 9 Apr 2026 16:45:39 +0000 (00:45 +0800)
committerGitHub <noreply@github.com>
Thu, 9 Apr 2026 16:45:39 +0000 (00:45 +0800)
commit0f492326647a760ab6d66d20334c3308df64a02d
tree886684936504705276d48d8fbaea923250c15e37
parentd8c56581560ed139d261dd14acd73597e40cf88b
gh-148211: decompose `_INSERT_1_LOAD_CONST_INLINE(_BORROW)` in JIT (GH-148283)
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_bytecodes.c
Python/optimizer_cases.c.h
Tools/cases_generator/optimizer_generator.py