We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6656ba0 commit a9add64Copy full SHA for a9add64
1 file changed
Python/optimizer_analysis.c
@@ -414,12 +414,12 @@ optimize_uops(
414
415
#ifdef Py_DEBUG
416
if (get_lltrace() >= 3) {
417
+ printf("%4d abs: ", (int)(this_instr - trace));
418
+ _PyUOpPrint(this_instr);
419
+ printf(" \n");
420
if (get_lltrace() >= 5 && !CURRENT_FRAME_IS_INIT_SHIM()) {
421
dump_abstract_stack(ctx->frame, stack_pointer);
422
}
- printf("%4d abs: ", (int)(this_instr - trace));
- _PyUOpPrint(this_instr);
- printf(" ");
423
424
#endif
425
0 commit comments