Hacker News new | ask | show | jobs
by ithkuil 4501 days ago
the whole library gets mmapped, there is no point doing otherwise, the mapping itself is cheap.

You are probably talking about demand paging (which happens on statically linked binaries.

1 comments

You probably talking about Linux, there are other types of dynamic loaders out there.
Ah, interesting, do you have some links?