]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-146558: JIT optimize dict access for objects with known hash (#146559)
authorKumar Aditya <kumaraditya@python.org>
Mon, 30 Mar 2026 14:23:29 +0000 (19:53 +0530)
committerGitHub <noreply@github.com>
Mon, 30 Mar 2026 14:23:29 +0000 (14:23 +0000)
commit8e9d21c64b65edda99a0d38e8d23545b17f8455e
treebac6f5a51c7cd83e9050ec491a85d6fd78fef87f
parent76c554bcdf53e84c79a53203fbf710e033eed839
gh-146558: JIT optimize dict access for objects with known hash (#146559)
Include/internal/pycore_dict.h
Include/internal/pycore_uop_ids.h
Include/internal/pycore_uop_metadata.h
Lib/test/test_capi/test_opt.py
Objects/dictobject.c
Python/bytecodes.c
Python/executor_cases.c.h
Python/optimizer_analysis.c
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h