]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-118093: Specialize `CALL_KW` (GH-123006)
authorMark Shannon <mark@hotpy.org>
Fri, 16 Aug 2024 16:11:24 +0000 (17:11 +0100)
committerGitHub <noreply@github.com>
Fri, 16 Aug 2024 16:11:24 +0000 (17:11 +0100)
commitc13e7d98fb8581014a225b900b1b88ccbfc28097
tree2b27e6bbae922f421fbbae0fb761492031752b8a
parente2f2dc708eae89f41e328501b5ea7c97b8e39907
GH-118093: Specialize `CALL_KW` (GH-123006)
17 files changed:
Include/internal/pycore_code.h
Include/internal/pycore_magic_number.h
Include/internal/pycore_opcode_metadata.h
Include/internal/pycore_uop_ids.h
Include/internal/pycore_uop_metadata.h
Include/opcode_ids.h
Lib/_opcode_metadata.py
Lib/opcode.py
Misc/NEWS.d/next/Core_and_Builtins/2024-08-14-11-38-56.gh-issue-118093.3BywDP.rst [new file with mode: 0644]
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/opcode_targets.h
Python/optimizer.c
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h
Python/specialize.c