Skip to content

Commit bd627eb

Browse files
authored
bpo-43760: Check for tracing using 'bitwise or' instead of branch in dispatch. (pythonGH-28723)
1 parent ef61960 commit bd627eb

7 files changed

Lines changed: 249 additions & 217 deletions

File tree

Include/opcode.h

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
The number of hardware branches per instruction dispatch is reduced from two
2+
to one by adding a special instruction for tracing. Patch by Mark Shannon.
3+

0 commit comments

Comments
 (0)