mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
bpo-43760: Check for tracing using 'bitwise or' instead of branch in dispatch. (GH-28723)
This commit is contained in:
parent
ef6196028f
commit
bd627eb7ed
7 changed files with 249 additions and 217 deletions
2
Python/opcode_targets.h
generated
2
Python/opcode_targets.h
generated
|
|
@ -254,5 +254,5 @@ static void *opcode_targets[256] = {
|
|||
&&_unknown_opcode,
|
||||
&&_unknown_opcode,
|
||||
&&_unknown_opcode,
|
||||
&&_unknown_opcode
|
||||
&&TARGET_DO_TRACING
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue