зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1667913 - Enable incremental weakmap marking in the browser r=jonco
Differential Revision: https://phabricator.services.mozilla.com/D91665
This commit is contained in:
Родитель
ee65d04f45
Коммит
7aeea8eb2e
|
@ -1149,6 +1149,9 @@ pref("javascript.options.mem.max", -1);
|
|||
pref("javascript.options.mem.gc_per_zone", true);
|
||||
pref("javascript.options.mem.gc_incremental", true);
|
||||
|
||||
// JSGC_INCREMENTAL_WEAKMAP_ENABLED
|
||||
pref("javascript.options.mem.incremental_weakmap", true);
|
||||
|
||||
// JSGC_SLICE_TIME_BUDGET_MS
|
||||
// Override the shell's default of unlimited slice time.
|
||||
pref("javascript.options.mem.gc_incremental_slice_ms", 5);
|
||||
|
|
Загрузка…
Ссылка в новой задаче