Page MenuHomePhabricator

Modularize the Garbage Collector
ClosedPublic

Authored by epriestley on Jan 14 2014, 11:51 PM.
Tags
None
Referenced Files
F15475941: D7970.id18040.diff
Mon, Apr 7, 1:18 AM
F15403219: D7970.id18040.diff
Tue, Mar 18, 2:16 AM
F15383899: D7970.diff
Fri, Mar 14, 6:17 PM
F15377771: D7970.diff
Thu, Mar 13, 10:42 AM
Unknown Object (File)
Feb 24 2025, 12:39 AM
Unknown Object (File)
Feb 24 2025, 12:38 AM
Unknown Object (File)
Feb 24 2025, 12:36 AM
Unknown Object (File)
Feb 24 2025, 12:33 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