Skip to content

Commit 579b758

Browse files
committed
Tier 2 TOS caching. Work in progress
1 parent e6c3039 commit 579b758

File tree

15 files changed

+9783
-1368
lines changed

15 files changed

+9783
-1368
lines changed

Include/internal/pycore_optimizer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ PyAPI_FUNC(void) _Py_Executors_InvalidateCold(PyInterpreterState *interp);
118118
#define JIT_CLEANUP_THRESHOLD 100000
119119

120120
// This is the length of the trace we project initially.
121-
#define UOP_MAX_TRACE_LENGTH 800
121+
#define UOP_MAX_TRACE_LENGTH 1600
122122

123123
#define TRACE_STACK_SIZE 5
124124

0 commit comments

Comments
 (0)