8000 bpo-43760: Check for tracing using 'bitwise or' instead of branch in … · python/cpython@bd627eb · GitHub
[go: up one dir, main page]

Skip to content

Commit bd627eb

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

File tree

7 files changed

+249
-217
lines changed

7 files changed

+249
-217
lines changed

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)
0