[erlang-questions] code garbage collector

Joe Armstrong erlang@REDACTED
Wed Oct 5 09:54:17 CEST 2016


Has anybody written a code garbage collector?

The root set would be a given module.

I want to statically extract all code that is reachable (recursively)
from the module and examine it.

I want the *opposite* of "including a dependency" but rather a tool that
garbage collects code reducing it to a minimal program.

/Joe



More information about the erlang-questions mailing list