Closed
Bug 1151576
Opened 10 years ago
Closed 4 years ago
Add NPIdentifier to set of GC pointer types (and fix hazards introduced thereby)
Categories
(Core :: JavaScript: GC, defect)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
People
(Reporter: sfink, Unassigned)
References
(Blocks 1 open bug)
Details
It can hold a jsid, which is a GC pointer. It gets away with this because jsids (at least initially) must be interned and so will never be collected or move. If we told the analysis about NPIdentifier and rooted them everywhere, we could eliminate interning from the JSAPI.
This was some plugin related thing.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•