Skip to content

Commit

Permalink
Up the number again
Browse files Browse the repository at this point in the history
  • Loading branch information
Fidget-Spinner committed Dec 16, 2024
1 parent e11ec11 commit d500c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Include/internal/pycore_optimizer.h
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ PyAPI_FUNC(void) _Py_Executors_InvalidateCold(PyInterpreterState *interp);
// Interpreter -> JITted code happens (which is expensive).
// TODO: investigate if a higher number yields better results.
// TODO: investigate a different threshold for _DYNAMIC_EXIT, as that is a possible JITted -> JITted transition as well.
#define UOP_MIN_TRACE_LENGTH 50
#define UOP_MIN_TRACE_LENGTH 80

#define TRACE_STACK_SIZE 5

Expand Down

0 comments on commit d500c53

Please sign in to comment.