Page MenuHomePhabricator

Modularize the Garbage Collector
ClosedPublic

Authored by epriestley on Jan 14 2014, 11:51 PM.
Tags
None
Referenced Files
F13265058: D7970.diff
Tue, May 28, 1:18 AM
F13248678: D7970.diff
Fri, May 24, 3:52 AM
F13236854: D7970.id18040.diff
Tue, May 21, 11:13 AM
F13227717: D7970.diff
Mon, May 20, 5:01 AM
F13207321: D7970.diff
Wed, May 15, 10:15 PM
F13192196: D7970.diff
Sun, May 12, 6:12 AM
Unknown Object (File)
May 1 2024, 8:05 PM
Unknown Object (File)
Apr 28 2024, 9:27 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