Closed Bug 860077 Opened 12 years ago Closed 8 months ago

IonMonkey: Investigate use of JSContext after MIR generation

Categories

(Core :: JavaScript Engine, defect)

x86_64
Linux
defect

Tracking

()

RESOLVED WONTFIX

People

(Reporter: sstangl, Unassigned)

References

Details

In parallel mode, GetIonContext()->cx is NULL during MIR optimization, LIR generation, and code generation. There are a number of places that still use JSContexts, but some of them may be safely surrounded by non-error NULL checks in the caller. We should make sure that the usage of JSContext is safe. Unsafe use of JSContext results in race conditions such as in Bug 853154.
Assignee: general → nobody
Severity: normal → S3
Status: NEW → RESOLVED
Closed: 8 months ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.