Hacker News new | ask | show | jobs
by alok-g 717 days ago
The OP article is saying that static linking leads to size reduction. That's why asking.
1 comments

You’re not getting a size reduction if you maintain a library boundary, though. What you’re doing is isomorphic to dynamically linking except the app code is in the library and the library code is in the main binary.
Ok. I understood. Thanks for explaining.