GH-126892: Reset warmup counters when JIT compiling code (GH-126893)

This commit is contained in:
Brandt Bucher 2024-11-20 08:11:25 -08:00 committed by GitHub
parent addb225f38
commit 48c50ff1a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 48 additions and 39 deletions

View file

@ -5750,6 +5750,9 @@
tstate->previous_executor = (PyObject *)current_executor;
GOTO_TIER_ONE(target);
}
else {
exit->temperature = initial_temperature_backoff_counter();
}
}
exit->executor = executor;
}