* Jonathan S. Shapiro:

> The tree shaking idea is independent of singularity. Tree shaking can be
> thought of as a very aggressive form of dead code elimination. What's been
> said in public papers is that unreferenced classes, methods, and fields are
> removed. When done transitively, this can eliminate a *lot* of code.

Isn't thos a bit like MLton's RemoveUnused pass?
<http://mlton.org/RemoveUnused>
_______________________________________________
bitc-dev mailing list
[email protected]
http://www.coyotos.org/mailman/listinfo/bitc-dev

Reply via email to