]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-134584: Specialize POP_TOP by reference and type in JIT (GH-135761)
authorKen Jin <kenjin@python.org>
Mon, 23 Jun 2025 16:57:14 +0000 (00:57 +0800)
committerGitHub <noreply@github.com>
Mon, 23 Jun 2025 16:57:14 +0000 (00:57 +0800)
commit569fc6870f048cb75469ae3cacb6ebcf5172a10e
tree77886385cd62a79bedcbcce9aa622914bc4a9ab5
parent99712c45ccaab4bbe83eac38d73bab91bf0f4a02
gh-134584: Specialize POP_TOP by reference and type in JIT (GH-135761)
12 files changed:
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-06-20-14-50-44.gh-issue-134584.3CJdAI.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
Tools/cases_generator/analyzer.py
Tools/cases_generator/opcode_metadata_generator.py