]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-gh-131798: optimize `LOAD_ATTR_GETATTRIBUTE_OVERRIDDEN` in the JIT (#148555)
authorKumar Aditya <kumaraditya@python.org>
Tue, 14 Apr 2026 15:30:32 +0000 (21:00 +0530)
committerGitHub <noreply@github.com>
Tue, 14 Apr 2026 15:30:32 +0000 (21:00 +0530)
commit1aa7e7ee6d2f823e41d5bf21f5bb862a4f937e50
tree9feb6934d7e82b24a3b04883f8e29470e2bb9adf
parentc88c27b0c1c09c125fe6a5ad78a4d42cf9c3fcd2
gh-gh-131798: optimize `LOAD_ATTR_GETATTRIBUTE_OVERRIDDEN` in the JIT (#148555)
Include/internal/pycore_opcode_metadata.h
Include/internal/pycore_uop_ids.h
Include/internal/pycore_uop_metadata.h
Lib/test/test_capi/test_opt.py
Modules/_testinternalcapi/test_cases.c.h
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h
Python/record_functions.c.h