Closed
Bug 860077
Opened 13 years ago
Closed 2 years 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•11 years ago
|
Assignee: general → nobody
Updated•3 years ago
|
Severity: normal → S3
Updated•2 years ago
|
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•