Is pre-linking worth it?
Is pre-linking worth it?
Posted Jul 16, 2009 3:35 UTC (Thu) by nix (subscriber, #2304)In reply to: Is pre-linking worth it? by tbird20d
Parent article: Is pre-linking worth it?
Yes, but even so, 20% is a terribly high figure. The test program must
have called a very large number of symbols per text page for this to be
true. (Possibly it was a very small test binary, /bin/cat or something
like that: the essentially random ordering of symbols in glibc would have
required many of its pages to be faulted in for relocation processing,
leading to an artificially high figure.)
have called a very large number of symbols per text page for this to be
true. (Possibly it was a very small test binary, /bin/cat or something
like that: the essentially random ordering of symbols in glibc would have
required many of its pages to be faulted in for relocation processing,
leading to an artificially high figure.)
