Page MenuHomePhabricator

Modularize the Garbage Collector
ClosedPublic

Authored by epriestley on Jan 14 2014, 11:51 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jan 18, 7:17 AM
Unknown Object (File)
Thu, Jan 16, 12:55 AM
Unknown Object (File)
Fri, Jan 3, 9:00 AM
Unknown Object (File)
Fri, Dec 27, 7:07 PM
Unknown Object (File)
Thu, Dec 26, 4:18 PM
Unknown Object (File)
Tue, Dec 24, 3:09 AM
Unknown Object (File)
Mon, Dec 23, 9:04 AM
Unknown Object (File)
Dec 20 2024, 6:44 PM
Subscribers

Details

Reviewers
btrahan
Commits
Restricted Diffusion Commit
rP56d44f1503f7: Modularize the Garbage Collector
Summary

The GC is a big block of hard-coded application GCs right now. Among other things, this means third parties can't tap into the infrastructure.

Modularize it into GarbageCollector classes. This implements only one to prove the new stuff works; I'll followup with the rest in the next diff or few depending on how much mess I run into.

Test Plan

Used bin/phd debug garbage to run the collector in debug mode, observed reasonable output and behavior.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped