There was an error while loading. Please reload this page.
1 parent 80690c9 commit c87f9d6Copy full SHA for c87f9d6
1 file changed
Python/optimizer.c
@@ -459,9 +459,11 @@ translate_bytecode_to_trace(
459
&& trace_length + 3 <= max_length)
460
{
461
ADD_TO_TRACE(JUMP_TO_TOP, 0);
462
- goto done;
463
}
464
- // Else fall through!
+ else {
+ DPRINTF(2, "JUMP_BACKWARD not to top ends trace\n");
465
+ }
466
+ goto done;
467
468
default:
469
0 commit comments