Skip to content

Commit 681485f

Browse files
Increase uop length to compensate
1 parent 1798ab1 commit 681485f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/internal/pycore_uop.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ typedef struct _PyUOpInstruction{
3636
} _PyUOpInstruction;
3737

3838
// This is the length of the trace we translate initially.
39-
#define UOP_MAX_TRACE_LENGTH 1200
39+
#define UOP_MAX_TRACE_LENGTH 1400
4040
#define UOP_BUFFER_SIZE (UOP_MAX_TRACE_LENGTH * sizeof(_PyUOpInstruction))
4141

4242
/* Bloom filter with m = 256

0 commit comments

Comments
 (0)