author | Jason Orendorff <jorendorff@mozilla.com> |
Mon, 10 Dec 2012 09:02:05 -0500 (2012-12-10) | |
changeset 115502 | 100a1ea225f34f674ec74387463549d03d934feb |
parent 115501 | ed76f1a61dce41edc2b796bfe25a8d0856620d0d |
child 115503 | 90d31802945123b94cfc3a848c31167c40f567a0 |
push id | 19374 |
push user | ryanvm@gmail.com |
push date | Mon, 10 Dec 2012 14:06:34 +0000 (2012-12-10) |
treeherder | mozilla-inbound@21d667b49f3a [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | Waldo |
bugs | 788290 |
milestone | 20.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/modules/libpref/src/init/all.js +++ b/modules/libpref/src/init/all.js @@ -716,17 +716,17 @@ pref("javascript.options.strict.debug", pref("javascript.options.methodjit.content", true); pref("javascript.options.methodjit.chrome", true); pref("javascript.options.ion.content", true); pref("javascript.options.ion.parallel_compilation", false); pref("javascript.options.pccounts.content", false); pref("javascript.options.pccounts.chrome", false); pref("javascript.options.methodjit_always", false); pref("javascript.options.xml.content", false); -pref("javascript.options.xml.chrome", true); +pref("javascript.options.xml.chrome", false); pref("javascript.options.jit_hardening", true); pref("javascript.options.typeinference", true); // This preference limits the memory usage of javascript. // If you want to change these values for your device, // please find Bug 417052 comment 17 and Bug 456721 // Comment 32 and Bug 613551. pref("javascript.options.mem.high_water_mark", 128); pref("javascript.options.mem.max", -1);