Closed
Bug 652989
Opened 14 years ago
Closed 14 years ago
Enable chrome methodjit in Fennec by default
Categories
(Firefox for Android Graveyard :: General, defect)
Firefox for Android Graveyard
General
Tracking
(Not tracked)
VERIFIED
FIXED
Firefox 6
People
(Reporter: mbrubeck, Assigned: mbrubeck)
References
Details
(Keywords: mobile, perf)
Attachments
(1 file)
987 bytes,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
Bug 646312 turned on javascript.options.methodjit.chrome by default for desktop Firefox, but it is still disabled in Fennec. This patch enables it by default in Fennec.
Attachment #528466 -
Flags: review?(mark.finkle)
Comment 1•14 years ago
|
||
Comment on attachment 528466 [details] [diff] [review]
patch
What about the other pref?
pref("javascript.options.jitprofiling.content", true);
-pref("javascript.options.jitprofiling.chrome", false);
+pref("javascript.options.jitprofiling.chrome", true);
Assignee | ||
Comment 2•14 years ago
|
||
We don't override javascript.options.jitprofiling.chrome in Fennec, so we do not need to make any changes to enable it.
If we decide to keep methodjit.chrome disabled in Fennec, we might want to add an override to disable jitprofiling.chrome also. (I don't know whether that's important or not - does that pref have any effect if methodjit.chrome is false?)
Comment 3•14 years ago
|
||
Comment on attachment 528466 [details] [diff] [review]
patch
Watch Ts when this lands
Attachment #528466 -
Flags: review?(mark.finkle) → review+
Assignee | ||
Updated•14 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•14 years ago
|
Whiteboard: [has patch]
Target Milestone: --- → Firefox 6
Comment 5•14 years ago
|
||
Verified fix on Mozilla/5.0 (Android; Linux armv71; rv:6.0a1) Gecko/20110505 Firefox/6.0a1 Fennec/6.0a1.
Nexus S: Test harness addon reports Ts time reports 4863ms.
Motorola Xoom: Test harness addon reports Ts time reports 4156ms.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•