]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-144145: Track nullness of properties in the Tier 2 JIT optimizer (GH-144122)
authorHai Zhu <haiizhu@outlook.com>
Fri, 30 Jan 2026 15:25:19 +0000 (23:25 +0800)
committerGitHub <noreply@github.com>
Fri, 30 Jan 2026 15:25:19 +0000 (15:25 +0000)
commit1dc12b2883c89045469f3c401157d4df13f535f0
treef0a595267b8a705cde297e967603006dce0a407d
parentbe4ee8ee420adb211b77645f30ca1eb9356ed1c0
gh-144145: Track nullness of properties in the Tier 2 JIT optimizer (GH-144122)
Include/internal/pycore_optimizer.h
Include/internal/pycore_optimizer_types.h
Include/internal/pycore_uop_ids.h
Include/internal/pycore_uop_metadata.h
Misc/NEWS.d/next/Core_and_Builtins/2026-01-30-09-47-29.gh-issue-144145.mxJyUj.rst [new file with mode: 0644]
Python/bytecodes.c
Python/executor_cases.c.h
Python/optimizer_analysis.c
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h
Python/optimizer_symbols.c