Home
last modified time | relevance | path

Searched refs:opcache_min_runs (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Python/
Dceval.c117 static int opcache_min_runs = 1024; /* create opcache when code executed this many times */ variable
127 opcache_min_runs = 0; in _PyEval_DeactivateOpCache()
1703 if (co->co_opcache_flag < opcache_min_runs) { in _PyEval_EvalFrameDefault()
1705 if (co->co_opcache_flag == opcache_min_runs) { in _PyEval_EvalFrameDefault()