mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1132183 followup - Bump smallFunctionMaxBytecodeLength to 120. r=h4writer
This commit is contained in:
parent
b50b927a4c
commit
c860507298
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user