Hacker News new | ask | show | jobs
by bjourne 508 days ago
True, I didn't think of that. However, the root cause here perhaps is fat binaries? My preferred development flow consists of many small self-contained dynamically linked libraries that executables link to. Then you only have to relink changed libraries and not executables that depend on them.
1 comments

So is this your preferred flow because of slow linkers?