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)

defect
Not set
normal

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.
Oh, that's good; I wasn't aware of how all these prefs interacted.
Doesn't matter now that JM is gone.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
Should we be removing these prefs and the JSOPTION_METHODJIT code and all its handling, then?
Flags: needinfo?(luke)
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)
Oh, excellent. That's what I get for checking in a tree more than an hour old. ;)
Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.