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 c4a6bee commit 8f7b4f4Copy full SHA for 8f7b4f4
Python/optimizer.c
@@ -830,7 +830,7 @@ _PyJit_translate_single_bytecode_to_trace(
830
if (_tstate->jit_tracer_state.prev_state.jump_backward_seen >= 1 ||
831
// Also end the trace early if we probably have no more space left, as it's better
832
// to link to another backwards jump trace.
833
- trace_length >= (_tstate->jit_tracer_state.prev_state.code_max_size / 2)) {
+ trace_length >= (_tstate->jit_tracer_state.prev_state.code_max_size / 3)) {
834
OPT_STAT_INC(inner_loop);
835
ADD_TO_TRACE(_EXIT_TRACE, 0, 0, target);
836
trace[trace_length-1].operand1 = true; // is_control_flow
0 commit comments