Closed
Bug 860077
Opened 12 years ago
Closed 8 months ago
IonMonkey: Investigate use of JSContext after MIR generation
Categories
(Core :: JavaScript Engine, 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 | ||
Updated•10 years ago
|
Assignee: general → nobody
Updated•2 years ago
|
Severity: normal → S3
Updated•8 months ago
|
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.
Description
•