Hacker News new | ask | show | jobs
by saagarjha 716 days ago
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.
1 comments

Ok. I understood. Thanks for explaining.