"MF" == Marc Feeley feeley@iro.umontreal.ca writes:
MF> I've thought about implementing a "tree-shaker" solution which MF> would be closer to what you want. It would require that the MF> whole runtime be compiled with your program. This would not MF> only allow the compiler to eliminate dead code, it would MF> eliminate the need for intermodule jumps and thus improve MF> performance.
I'll put my vote in for this one right now. I was just thinking of how I could do this with one of my applications earlier today.
Joel