8000 Crank up the trace length for nbody · python/cpython@a98d4fe · GitHub
[go: up one dir, main page]

Skip to content

Commit a98d4fe

Browse files
committed
Crank up the trace length for nbody
1 parent f90bd1e commit a98d4fe

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
@@ -10,7 +10,7 @@ extern "C" {
1010

1111
#include "pycore_frame.h" // _PyInterpreterFrame
1212

13-
#define _Py_UOP_MAX_TRACE_LENGTH 64
13+
#define _Py_UOP_MAX_TRACE_LENGTH (1 << 9)
1414

1515
typedef struct {
1616
uint32_t o 38BD pcode;

0 commit comments

Comments
 (0)
0