]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-111485: Use micro-ops to split specialization code from base action (GH-111561)
authorMark Shannon <mark@hotpy.org>
Wed, 1 Nov 2023 10:53:27 +0000 (10:53 +0000)
committerGitHub <noreply@github.com>
Wed, 1 Nov 2023 10:53:27 +0000 (10:53 +0000)
commitb14e882428ceda1e5852a1c22772e7f88927bded
tree424ee1d0b844ab753208a480dd6386cc4ced9578
parenteaf67e37a2da28c1241362e3b4ff1202945c83c5
GH-111485: Use micro-ops to split specialization code from base action (GH-111561)
Include/internal/pycore_opcode_metadata.h
Lib/test/test_capi/test_misc.py
Python/abstract_interp_cases.c.h
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Tools/cases_generator/analysis.py
Tools/cases_generator/generate_cases.py
Tools/cases_generator/instructions.py