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 1798ab1 commit 681485fCopy full SHA for 681485f
Include/internal/pycore_uop.h
@@ -36,7 +36,7 @@ typedef struct _PyUOpInstruction{
36
} _PyUOpInstruction;
37
38
// This is the length of the trace we translate initially.
39
-#define UOP_MAX_TRACE_LENGTH 1200
+#define UOP_MAX_TRACE_LENGTH 1400
40
#define UOP_BUFFER_SIZE (UOP_MAX_TRACE_LENGTH * sizeof(_PyUOpInstruction))
41
42
/* Bloom filter with m = 256
0 commit comments