Skip to content

Commit 7e5261c

Browse files
committed
Make situation to isolate with the change
1 parent 4dff816 commit 7e5261c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/optimizer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1287,7 +1287,7 @@ uop_optimize(
12871287
return 0;
12881288
}
12891289
}
1290-
_PyUOpInstruction *buffer = interp->jit_uop_buffer;
1290+
_PyUOpInstruction buffer[UOP_MAX_TRACE_LENGTH];
12911291
OPT_STAT_INC(attempts);
12921292
char *env_var = Py_GETENV("PYTHON_UOPS_OPTIMIZE");
12931293
bool is_noopt = true;

0 commit comments

Comments
 (0)