]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-143414: Implement unique reference tracking for JIT, optimize unpacking of such...
authorreiden <65756407+reidenong@users.noreply.github.com>
Sun, 22 Mar 2026 16:57:23 +0000 (00:57 +0800)
committerGitHub <noreply@github.com>
Sun, 22 Mar 2026 16:57:23 +0000 (00:57 +0800)
commite36f8db7e5493b242c41acea3ac189de7edcae4a
tree220e9869d9194858898b277b229e2ff46524471e
parent1ceb1fb284a3171fa79a16351a8389e369cf842a
gh-143414: Implement unique reference tracking for JIT, optimize unpacking of such tuples (GH-144300)

Co-authored-by: Ken Jin <kenjin4096@gmail.com>
13 files changed:
Include/internal/pycore_optimizer.h
Include/internal/pycore_tuple.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/2026-01-31-15-15-43.gh-issue-143414.Jgl4xu.rst [new file with mode: 0644]
Objects/tupleobject.c
Python/bytecodes.c
Python/executor_cases.c.h
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h
Python/optimizer_symbols.c
Tools/cases_generator/analyzer.py