Prelink and address space randomization
Posted Jul 6, 2006 21:08 UTC (Thu) by
oak (guest, #2786)
Parent article:
Prelink and address space randomization
Prelink also saves memory because relocating symbols dirties the memory
pages on which the symbols are (makes that memory private for the
process). For servers running many instances of the same binaries this
could be significant. However, they could to prelink only most used
binaries...
(
Log in to post comments)