Uh oh!
There was an error while loading. Please reload this page.
[3.11] GH-93516: Backport GH-93769 - #94231
Conversation
…ute it all the time when tracing.
…rsion of Python used.
Probably the issue should be renamed to |
markshannon
commented
Jun 28, 2022
@pablogsal I'd like to get this merged, as it will be needed for the backport of #94371 |
Uh oh!
There was an error while loading. Please reload this page.
I can try to do it for you. Otherwise you can follow these instructions: |
pablogsal
commented
Jun 28, 2022
I cannot push to the PR, but you can copy this commit into yours if you want: |
markshannon
commented
Jun 28, 2022
Hmm, I followed the instructions, yet a0ced71 is clearly different to pablogsal@8380dd0 |
markshannon
commented
Jun 28, 2022
I see, it is because of the assert changing the line numbers. |
pablogsal
commented
Jun 28, 2022
Those are not taken into account when checking it. They just come from the DWARF if I am not mistaken |
Reduces the overhead of dispatching in
DO_TRACINGconsiderably.My informal measures on the test program in #93516 (comment) show that this reduces execution time by about 10%
@pablogsal Should I regenerate the ABI for this PR?