]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-131798: Optimize cached class attributes and methods in the JIT (GH-134403)
authorBrandt Bucher <brandtbucher@microsoft.com>
Thu, 22 May 2025 15:15:03 +0000 (11:15 -0400)
committerGitHub <noreply@github.com>
Thu, 22 May 2025 15:15:03 +0000 (11:15 -0400)
commitec736e7daec33cb3383865895d7ab92d4ada8bc9
tree18b8894a74a83c08eb1da2e8cd1b71eccd95025a
parent09e72cf091d03479eddcb3c4526f5c6af56d31a0
GH-131798: Optimize cached class attributes and methods in the JIT (GH-134403)
12 files changed:
Include/internal/pycore_backoff.h
Include/internal/pycore_code.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/2025-05-20-23-32-11.gh-issue-131798.G9ZQZw.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