Closed
Bug 606059
Opened 15 years ago
Closed 11 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•15 years ago
|
blocking2.0: ? → beta8+
Updated•15 years ago
|
blocking2.0: beta8+ → beta9+
| Reporter | ||
Comment 1•15 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•15 years ago
|
No longer blocks: compartmentGC
| Assignee | ||
Updated•11 years ago
|
Assignee: general → nobody
Comment 2•11 years ago
|
||
No more conservative scanner.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•