Is pre-linking worth it?
Is pre-linking worth it?
Posted Jul 15, 2009 21:34 UTC (Wed) by leonb (guest, #3054)Parent article: Is pre-linking worth it?
Although my "objprelink" program has long been obsolete,
its web page <http://objprelink.sourceforge.net/> explains
in detail why the c++ abi breaks the classic tricks used by
dynamical loaders to speed up the startup times. It also
discusses and benchmarks methods that can improve the situation,
including (section 6) a brief discussion of the "prelink" program,
including its ability to improve the memory usage.
Prelinking was still very experimental in 2002.
The conclusion was simple methods (now used by everyone)
were sufficient to make the load-time linking time small in
comparison with the KDE3 application startup time.
Large speedups should be found elsewhere.
