mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-03 07:01:19 +00:00
Bug 1666417 part 3 - Enable Warp in the browser. r=iain
Also bumps the threshold to 1500 to match DefaultJitOptions::setWarpEnabled. Changing the JS shell default is more tricky and will be done separately if this sticks. Depends on D90957 Differential Revision: https://phabricator.services.mozilla.com/D90958
This commit is contained in:
parent
4273f86002
commit
7087de27ea
@ -1077,9 +1077,9 @@ pref("javascript.options.baselinejit", true);
|
||||
// Duplicated in JitOptions - ensure both match.
|
||||
pref("javascript.options.baselinejit.threshold", 100);
|
||||
pref("javascript.options.ion", true);
|
||||
pref("javascript.options.warp", false);
|
||||
pref("javascript.options.warp", true);
|
||||
// Duplicated in JitOptions - ensure both match.
|
||||
pref("javascript.options.ion.threshold", 1000);
|
||||
pref("javascript.options.ion.threshold", 1500);
|
||||
pref("javascript.options.ion.full.threshold", 100000);
|
||||
// Duplicated in JitOptions - ensure both match.
|
||||
pref("javascript.options.ion.frequent_bailout_threshold", 10);
|
||||
|
Loading…
x
Reference in New Issue
Block a user