Hacker News new | ask | show | jobs
by infinity0 3550 days ago
No, the parent said "the linker can throw the unnecessary parts away". There is plenty of stuff in libc that my simple "Hello World" program doesn't use, yet gcc does not throw those parts away.

Theoretically I can see that it's possible, I just wonder how to actually do this in practise.