Closed
Bug 606059
Opened 14 years ago
Closed 10 years ago
Remove per-context conservative roots verification
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
status2.0 | --- | wanted |
People
(Reporter: gal, Unassigned)
References
Details
The conservative scanner works well, and the code doesn't work for per-compartment GCs. Time to kill it (code between #ifdef 1 and #endif in jsgc.cpp).
Updated•14 years ago
|
blocking2.0: ? → beta8+
Updated•14 years ago
|
blocking2.0: beta8+ → beta9+
Reporter | ||
Comment 1•14 years ago
|
||
No longer have to block on this. We will force all threads to synchronize even if we only GC a single compartment.
Reporter | ||
Updated•14 years ago
|
No longer blocks: compartmentGC
Assignee | ||
Updated•10 years ago
|
Assignee: general → nobody
Comment 2•10 years ago
|
||
No more conservative scanner.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•