Skip to content

Commit bb514e6

Browse files
committed
Double max trace length to 64
1 parent 675f317 commit bb514e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/internal/pycore_uops.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ extern "C" {
88
# error "this header requires Py_BUILD_CORE define"
99
#endif
1010

11-
#define _Py_UOP_MAX_TRACE_LENGTH 32
11+
#define _Py_UOP_MAX_TRACE_LENGTH 64
1212

1313
typedef struct {
1414
uint32_t opcode;

0 commit comments

Comments
 (0)