Closed
Bug 851206
Opened 13 years ago
Closed 12 years ago
javascript.options.methodjit_always set to true in safe mode
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: luke, Unassigned)
Details
I just ran across:
http://mxr.mozilla.org/mozilla-central/source/dom/base/nsJSEnvironment.cpp#1026
where we force methodjit_always = true in safe mode.
I couldn't find any mention of this in the original bug that added this pref. Seems like a typo and we'd want methodjit_always to be false like the rest of the jit prefs.
I don't know why I did that. It shouldn't matter though, since jitting is disabled anyway.
| Reporter | ||
Comment 2•13 years ago
|
||
Oh, that's good; I wasn't aware of how all these prefs interacted.
| Reporter | ||
Comment 3•12 years ago
|
||
Doesn't matter now that JM is gone.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
Comment 4•12 years ago
|
||
Should we be removing these prefs and the JSOPTION_METHODJIT code and all its handling, then?
Flags: needinfo?(luke)
| Reporter | ||
Comment 5•12 years ago
|
||
Definitely; I thought this was part of Jan's general JM cleanup bug; maybe he hasn't gotten to it, I'll check with him to make sure though.
Flags: needinfo?(luke)
| Reporter | ||
Comment 6•12 years ago
|
||
Comment 7•12 years ago
|
||
Oh, excellent. That's what I get for checking in a tree more than an hour old. ;)
| Assignee | ||
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•