Closed Bug 695806 Opened 13 years ago Closed 6 years ago

Sandbox contexts do not enable JITs

Categories

(Core :: XPConnect, defect)

x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: bzbarsky, Unassigned)

Details

(Keywords: perf)

See bug 642957 comment 2.

This means any code running during the actual evalInSandbox does not get jitted.

Should we just copy the jit flags from aOuterCx in ContextHolder::ContextHolder?  Or are we not jitting here for a reason?
Keywords: perf
Per policy at https://wiki.mozilla.org/Bug_Triage/Projects/Bug_Handling/Bug_Husbandry#Inactive_Bugs. If this bug is not an enhancement request or a bug not present in a supported release of Firefox, then it may be reopened.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INACTIVE
There's now only one JSContext (per thread), and it follows the jit prefs, so you can't screw this up anymore.
Resolution: INACTIVE → FIXED
You need to log in before you can comment on or make changes to this bug.