Is pre-linking worth it?
Is pre-linking worth it?
Posted Jul 16, 2009 11:22 UTC (Thu) by mjthayer (guest, #39183)In reply to: Is pre-linking worth it? by nix
Parent article: Is pre-linking worth it?
Posted Jul 16, 2009 17:51 UTC (Thu)
by nix (subscriber, #2304)
[Link]
In any case, most library opens during system startup will be driven by
Is pre-linking worth it?
opened: the relocation process cannot trigger additional library opens
that weren't already going to happen.
DT_NEEDED, in which case the whole dependency tree of them gets mmap()ed
immediately.