Page MenuHomePhabricator

Modularize the Garbage Collector
ClosedPublic

Authored by epriestley on Jan 14 2014, 11:51 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Dec 20, 6:44 PM
Unknown Object (File)
Sun, Dec 8, 1:33 AM
Unknown Object (File)
Nov 19 2024, 8:26 PM
Unknown Object (File)
Nov 15 2024, 6:59 PM
Unknown Object (File)
Nov 11 2024, 9:24 PM
Unknown Object (File)
Nov 8 2024, 3:20 PM
Unknown Object (File)
Nov 2 2024, 6:13 PM
Unknown Object (File)
Oct 18 2024, 9:14 AM
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