<p dir="ltr">Modern IDE are able to detect and highlight some (many of) unused symbols and functions. Also: What you want can be done. But wouldn't it be better to have function-level selective code loading? I can foresee some trouble re-linking labels from loaded code to memory addresses.</p>
<div class="gmail_extra"><br><div class="gmail_quote">Den 5 okt. 2016 09:54 skrev "Joe Armstrong" <<a href="mailto:erlang@gmail.com">erlang@gmail.com</a>>:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Has anybody written a code garbage collector?<br>
<br>
The root set would be a given module.<br>
<br>
I want to statically extract all code that is reachable (recursively)<br>
from the module and examine it.<br>
<br>
I want the *opposite* of "including a dependency" but rather a tool that<br>
garbage collects code reducing it to a minimal program.<br>
<br>
/Joe<br>
______________________________<wbr>_________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" target="_blank">http://erlang.org/mailman/<wbr>listinfo/erlang-questions</a><br>
</blockquote></div></div>