зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1229813 - Enable branch pruning. r=jandem
This commit is contained in:
Родитель
b4dc060490
Коммит
87e616c41c
|
@ -103,7 +103,7 @@ DefaultJitOptions::DefaultJitOptions()
|
|||
SET_DEFAULT(disableLoopUnrolling, true);
|
||||
|
||||
// Toggle whether Profile Guided Optimization is globally disabled.
|
||||
SET_DEFAULT(disablePgo, true);
|
||||
SET_DEFAULT(disablePgo, false);
|
||||
|
||||
// Toggles whether instruction reordering is globally disabled.
|
||||
SET_DEFAULT(disableInstructionReordering, false);
|
||||
|
|
|
@ -7202,7 +7202,7 @@ main(int argc, char** argv, char** envp)
|
|||
|| !op.addStringOption('\0', "ion-edgecase-analysis", "on/off",
|
||||
"Find edge cases where Ion can avoid bailouts (default: on, off to disable)")
|
||||
|| !op.addStringOption('\0', "ion-pgo", "on/off",
|
||||
"Profile guided optimization (default: off, on to enable)")
|
||||
"Profile guided optimization (default: on, off to disable)")
|
||||
|| !op.addStringOption('\0', "ion-range-analysis", "on/off",
|
||||
"Range analysis (default: on, off to disable)")
|
||||
#if defined(__APPLE__)
|
||||
|
|
Загрузка…
Ссылка в новой задаче