GH-111485: Generate `TARGET` table for computed goto dispatch. (GH-11… · python/cpython@de8a4e5 · GitHub
Skip to content

Commit de8a4e5

Browse files
authored
GH-111485: Generate TARGET table for computed goto dispatch. (GH-113319)
1 parent e96f260 commit de8a4e5

4 files changed

Lines changed: 58 additions & 3 deletions

File tree

Makefile.pre.in

Lines changed: 2 additions & 1 deletion

Python/opcode_targets.h

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tools/cases_generator/generate_cases.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,6 @@ def main() -> None:
839839
# These raise OSError if output can't be written
840840

841841
a.assign_opcode_ids()
842-
a.write_opcode_targets(args.opcode_targets_h)
843842
a.write_abstract_interpreter_instructions(
844843
args.abstract_interpreter_cases, args.emit_line_directives
845844
)
Lines changed: 54 additions & 0 deletions

0 commit comments

Comments
 (0)