Bug 596076 - Enable Jaegermonkey method JIT for chrome [r=mfinkle]

This commit is contained in:
Matt Brubeck 2010-09-14 08:05:11 -07:00
Родитель 7b04619b40
Коммит 46488209fc
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -350,8 +350,7 @@ pref("content.sink.perf_parse_time", 5000);
pref("content.sink.interactive_time", 0);
pref("content.sink.initial_perf_time", 0);
pref("javascript.options.jit.content", true);
pref("javascript.options.jit.chrome", true);
pref("javascript.options.methodjit.chrome", true);
pref("javascript.options.mem.gc_frequency", 300);
pref("dom.max_chrome_script_run_time", 30);