Hacker News new | ask | show | jobs
by trenchpilgrim 245 days ago
Static linkers generally don't compile a "full copy" of the library. Just the code paths the compiled application uses. The compiler may have also made optimizations based on the apppication's usage patterns.