mirror of
https://github.com/python/cpython.git
synced 2025-11-01 06:01:29 +00:00
gh-137838: Fix JIT trace buffer overrun by increasing possible exit stubs (gh-138177)
This commit is contained in:
parent
03ee060ec8
commit
5edfe55acf
5 changed files with 19 additions and 6 deletions
|
|
@ -119,7 +119,7 @@ PyAPI_FUNC(void) _Py_Executors_InvalidateCold(PyInterpreterState *interp);
|
|||
#define JIT_CLEANUP_THRESHOLD 100000
|
||||
|
||||
// This is the length of the trace we project initially.
|
||||
#define UOP_MAX_TRACE_LENGTH 800
|
||||
#define UOP_MAX_TRACE_LENGTH 1200
|
||||
|
||||
#define TRACE_STACK_SIZE 5
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue