Is pre-linking worth it?
Is pre-linking worth it?
Posted Jul 15, 2009 18:06 UTC (Wed) by arjan (subscriber, #36785)Parent article: Is pre-linking worth it?
In Moblin we also use prelink; we found that in addition to the mentioned arguments, we also can avoid reading whole chunks of programs from disk into memory, so we save a bunch of time (waiting for that disk seek) and memory.
Rough estimates on a whole system are between 15% to 20% reduction in the payload we read from the disk. That was sufficient for us to decide to use prelink by default.
