From: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com> Date: Sun, 19 Oct 2025 15:06:03 +0000 (+0100) Subject: Increase uop length to compensate X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=681485ff25db7336925d88552111641b89035262;p=thirdparty%2FPython%2Fcpython.git Increase uop length to compensate --- diff --git a/Include/internal/pycore_uop.h b/Include/internal/pycore_uop.h index 6effe1291542..86bea31204ca 100644 --- a/Include/internal/pycore_uop.h +++ b/Include/internal/pycore_uop.h @@ -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