Pref the use of unboxed plain objects in JS and disable by default.

This should be all that's needed for #1017, but verification of
impact is definitely desired.
This commit is contained in:
wolfbeast 2019-03-21 09:53:24 +01:00 committed by Roy Tam
commit eb32b5d7e4
5 changed files with 22 additions and 13 deletions

View file

@ -1264,6 +1264,7 @@ pref("javascript.options.strict", false);
#ifdef DEBUG
pref("javascript.options.strict.debug", false);
#endif
pref("javascript.options.unboxed_objects", false);
pref("javascript.options.baselinejit", true);
pref("javascript.options.ion", true);
pref("javascript.options.asmjs", true);