Closed
Bug 1480772
Opened 7 years ago
Closed 5 years ago
Investigate allowing compacting gc on ObjectGroup
Categories
(Core :: JavaScript: GC, enhancement, P3)
Core
JavaScript: GC
Tracking
()
RESOLVED
DUPLICATE
of bug 1657122
People
(Reporter: tcampbell, Unassigned)
References
Details
Once Bug 1479900, we probably will support moving ObjectGroups during compaction. We should investigate if there are further reasons it doesn't work (and add IsMoveableKind asserts) or try enabling it.
| Reporter | ||
Comment 1•7 years ago
|
||
A simple attempt at this failed. The type-inference data sweeping is doesn't seem to play nice when I have ObjectGroups moving. It probably can be fixed but I think we need to check for forwarding when we AutoSweepObjectGroup.
| Reporter | ||
Updated•5 years ago
|
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•