]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-111485: Generate `TARGET` table for computed goto dispatch. (GH-113319)
authorMark Shannon <mark@hotpy.org>
Wed, 20 Dec 2023 15:09:12 +0000 (15:09 +0000)
committerGitHub <noreply@github.com>
Wed, 20 Dec 2023 15:09:12 +0000 (15:09 +0000)
commitde8a4e52a5f5e5f0c5057afd4c391afccfca57d3
tree8163483e13adc136f633efbd7148b99f0b1bb9de
parente96f26083bff31e86c068aa22542e91f38293ea3
GH-111485: Generate `TARGET` table for computed goto dispatch. (GH-113319)
Makefile.pre.in
Python/opcode_targets.h
Tools/cases_generator/generate_cases.py
Tools/cases_generator/target_generator.py [new file with mode: 0644]