]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-139109: Support switch/case dispatch with the tracing interpreter. (GH-141703)
authorMark Shannon <mark@hotpy.org>
Tue, 18 Nov 2025 13:31:48 +0000 (13:31 +0000)
committerGitHub <noreply@github.com>
Tue, 18 Nov 2025 13:31:48 +0000 (13:31 +0000)
commitb420f6be53efdf40f552c94f19a7ce85f882b5e2
treeb9eb28636b4fe70b7435529dc90b0cc9eb837e2d
parentb87613f21474ea848fec435cbfe63d8cb1c7c44c
GH-139109: Support switch/case dispatch with the tracing interpreter. (GH-141703)
18 files changed:
.github/workflows/jit.yml
Include/internal/pycore_magic_number.h
Include/internal/pycore_opcode_metadata.h
Include/internal/pycore_optimizer.h
Include/internal/pycore_uop_ids.h
Include/opcode_ids.h
Lib/_opcode_metadata.py
Python/bytecodes.c
Python/ceval.c
Python/ceval_macros.h
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/instrumentation.c
Python/opcode_targets.h
Python/optimizer_cases.c.h
Tools/cases_generator/analyzer.py
Tools/cases_generator/target_generator.py
Tools/cases_generator/tier1_generator.py