Bigger JIT warm-up preferences

This commit is contained in:
ownedbywuigi 2026-03-28 08:31:04 +00:00
commit 9c1cdcf541
2 changed files with 3 additions and 2 deletions

View file

@ -281,6 +281,7 @@ void
DefaultJitOptions::resetCompilerWarmUpThreshold()
{
forcedDefaultIonWarmUpThreshold.reset();
forcedDefaultIonSmallFunctionWarmUpThreshold.reset();
// Undo eager compilation
if (eagerCompilation) {