Closed
Bug 720522
Opened 13 years ago
Closed 11 years ago
GC: make tracing indirect
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: terrence, Assigned: terrence)
References
Details
For GenerationalGC and CompactingGC we will need the ability to update locations inside of the objects that we are tracing during GC. To do this, the tracer callback needs to take a pointer to the memory that is pointing to the held thing (rather than to the held thing directly). This will allow us to update this location if the targeted object has moved.
Assignee | ||
Updated•11 years ago
|
Assignee | ||
Comment 1•11 years ago
|
||
I think with the removal of JS_CallGenericTracer, we are good here.
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•