Closed
Bug 576896
Opened 15 years ago
Closed 6 years ago
Simple generational collection
Categories
(Tamarin Graveyard :: Garbage Collection (mmGC), defect)
Tamarin Graveyard
Garbage Collection (mmGC)
Tracking
(Not tracked)
RESOLVED
WONTFIX
Future
People
(Reporter: lhansen, Assigned: tony.printezis)
References
Details
Attachments
(1 file)
14.63 KB,
patch
|
Details | Diff | Splinter Review |
(Extracted from bug #516156.)
Observe that a simple generational collector is a collector that does not clear the mark bits at the end of a collection cycle and which runs the write barrier all the time. Occasionally it must collect the entire heap, which it does by clearing the mark bits and triggering a normal incremental collection. The latter can be controlled by policy.
Reporter | ||
Updated•13 years ago
|
Assignee: lhansen → fklockii
Comment 1•12 years ago
|
||
((Food for thought) for Tony.) Feel free to close as "WONTFIX", as you like.
Assignee: fklockii → tony.printezis
Comment 2•6 years ago
|
||
Tamarin is a dead project now. Mass WONTFIX.
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
Comment 3•6 years ago
|
||
Tamarin isn't maintained anymore. WONTFIX remaining bugs.
You need to log in
before you can comment on or make changes to this bug.
Description
•