Hacker News new | ask | show | jobs
by justincormack 4501 days ago
Plus you can inline stuff with static linking.
1 comments

Whole program optimization is really the killer feature for static linking today. It's possible with dynamic linking, but a static compiler can really go to town shedding weight since lots of libraries have common code structures (see every sufficiently complex C library and its own implementations of various data structures).