Bug 1132183 followup - Bump smallFunctionMaxBytecodeLength to 120. r=h4writer

This commit is contained in:
Jan de Mooij 2015-11-23 12:49:50 +01:00
parent b50b927a4c
commit c860507298

View File

@ -159,7 +159,7 @@ JitOptions::JitOptions()
SET_DEFAULT(osrPcMismatchesBeforeRecompile, 6000);
// The bytecode length limit for small function.
SET_DEFAULT(smallFunctionMaxBytecodeLength_, 100);
SET_DEFAULT(smallFunctionMaxBytecodeLength_, 120);
// Force how many invocation or loop iterations are needed before compiling
// a function with the highest ionmonkey optimization level.