Searched refs:opcache_min_runs (Results 1 – 1 of 1) sorted by relevance
117 static int opcache_min_runs = 1024; /* create opcache when code executed this many times */ variable127 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()