зеркало из https://github.com/mozilla/gecko-dev.git
Back out changeset 16a18faa5363 (bug 1273955) for causing frequent timeouts in browser_wa_destroy-node-01.js
CLOSED TREE
This commit is contained in:
Родитель
db3e2c7d7f
Коммит
f89be2268a
|
@ -40,11 +40,11 @@ OptimizationInfo::initNormalOptimizationInfo()
|
|||
|
||||
registerAllocator_ = RegisterAllocator_Backtracking;
|
||||
|
||||
inlineMaxBytecodePerCallSiteMainThread_ = 550;
|
||||
inlineMaxBytecodePerCallSiteOffThread_ = 1100;
|
||||
inlineMaxCalleeInlinedBytecodeLength_ = 3550;
|
||||
inlineMaxTotalBytecodeLength_ = 85000;
|
||||
inliningMaxCallerBytecodeLength_ = 1600;
|
||||
inlineMaxBytecodePerCallSiteMainThread_ = 500;
|
||||
inlineMaxBytecodePerCallSiteOffThread_ = 1000;
|
||||
inlineMaxCalleeInlinedBytecodeLength_ = 3350;
|
||||
inlineMaxTotalBytecodeLength_ = 80000;
|
||||
inliningMaxCallerBytecodeLength_ = 1500;
|
||||
maxInlineDepth_ = 3;
|
||||
scalarReplacement_ = true;
|
||||
smallFunctionMaxInlineDepth_ = 10;
|
||||
|
|
|
@ -166,7 +166,7 @@ DefaultJitOptions::DefaultJitOptions()
|
|||
SET_DEFAULT(osrPcMismatchesBeforeRecompile, 6000);
|
||||
|
||||
// The bytecode length limit for small function.
|
||||
SET_DEFAULT(smallFunctionMaxBytecodeLength_, 130);
|
||||
SET_DEFAULT(smallFunctionMaxBytecodeLength_, 120);
|
||||
|
||||
// An artificial testing limit for the maximum supported offset of
|
||||
// pc-relative jump and call instructions.
|
||||
|
|
Загрузка…
Ссылка в новой задаче