GH-111485: Generate TARGET table for computed goto dispatch. (GH-113319)
This commit is contained in:
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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user