]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-105229: Remove remaining two-codeunit superinstructions (GH-105326)
authorMark Shannon <mark@hotpy.org>
Thu, 8 Jun 2023 11:35:34 +0000 (12:35 +0100)
committerGitHub <noreply@github.com>
Thu, 8 Jun 2023 11:35:34 +0000 (12:35 +0100)
commite830289c52cecd99e5e2291972d648e9b3452a51
tree096949cf5c51cb557f8d844940771cd7e2ee3a4e
parent410c2f13e50ea53074cb1fb8074ac0c4d3564cc8
GH-105229: Remove remaining two-codeunit superinstructions (GH-105326)

* Remove LOAD_CONST__LOAD_FAST and LOAD_FAST__LOAD_CONST superinstructions.
12 files changed:
Include/internal/pycore_opcode.h
Include/internal/pycore_opcode_utils.h
Include/opcode.h
Lib/opcode.py
Misc/NEWS.d/next/Core and Builtins/2023-06-03-04-28-28.gh-issue-105229.stEmfp.rst [new file with mode: 0644]
Python/bytecodes.c
Python/flowgraph.c
Python/generated_cases.c.h
Python/instrumentation.c
Python/opcode_metadata.h
Python/opcode_targets.h
Python/specialize.c