mirror of
https://github.com/python/cpython.git
synced 2025-08-30 05:35:08 +00:00
GH-111485: Generate TARGET
table for computed goto dispatch. (GH-113319)
This commit is contained in:
parent
e96f26083b
commit
de8a4e52a5
4 changed files with 58 additions and 3 deletions
3
Python/opcode_targets.h
generated
3
Python/opcode_targets.h
generated
|
@ -254,4 +254,5 @@ static void *opcode_targets[256] = {
|
|||
&&TARGET_INSTRUMENTED_POP_JUMP_IF_NONE,
|
||||
&&TARGET_INSTRUMENTED_POP_JUMP_IF_NOT_NONE,
|
||||
&&TARGET_INSTRUMENTED_LINE,
|
||||
&&_unknown_opcode};
|
||||
&&_unknown_opcode,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue