Bug 646312: Enable methodjit by default for chrome JavaScript, r=dmandelin

This commit is contained in:
Ryan VanderMuelen 2011-04-25 18:17:32 -07:00
parent eccb67e307
commit 7a7383ffea
2 changed files with 4 additions and 4 deletions

View File

@ -29,9 +29,9 @@ user_pref("extensions.checkUpdateSecurity", false);
user_pref("browser.EULA.override", true);
user_pref("javascript.options.tracejit.chrome", true);
user_pref("javascript.options.tracejit.content", true);
user_pref("javascript.options.methodjit.chrome", false);
user_pref("javascript.options.methodjit.chrome", true);
user_pref("javascript.options.methodjit.content", true);
user_pref("javascript.options.jitprofiling.chrome", false);
user_pref("javascript.options.jitprofiling.chrome", true);
user_pref("javascript.options.jitprofiling.content", true);
user_pref("javascript.options.methodjit_always", false);
user_pref("javascript.options.strict", false);

View File

@ -610,9 +610,9 @@ pref("javascript.options.relimit", true);
pref("javascript.options.tracejit.content", true);
pref("javascript.options.tracejit.chrome", true);
pref("javascript.options.methodjit.content", true);
pref("javascript.options.methodjit.chrome", false);
pref("javascript.options.methodjit.chrome", true);
pref("javascript.options.jitprofiling.content", true);
pref("javascript.options.jitprofiling.chrome", false);
pref("javascript.options.jitprofiling.chrome", true);
pref("javascript.options.methodjit_always", false);
// This preference limits the memory usage of javascript.
// If you want to change these values for your device,