]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Increase uop length to compensate
authorKen Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Sun, 19 Oct 2025 15:06:03 +0000 (16:06 +0100)
committerKen Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Sun, 19 Oct 2025 15:06:03 +0000 (16:06 +0100)
Include/internal/pycore_uop.h

index 6effe12915423a1d8005c13037a5bf588b7b87d5..86bea31204ca83388d88d3be7fb81cce3337e0f7 100644 (file)
@@ -36,7 +36,7 @@ typedef struct _PyUOpInstruction{
 } _PyUOpInstruction;
 
 // This is the length of the trace we translate initially.
-#define UOP_MAX_TRACE_LENGTH 1200
+#define UOP_MAX_TRACE_LENGTH 1400
 #define UOP_BUFFER_SIZE (UOP_MAX_TRACE_LENGTH * sizeof(_PyUOpInstruction))
 
 /* Bloom filter with m = 256