tech-userlevel archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Small ld.elf_so speed up



On Thu, Apr 01, 2010 at 04:44:20PM +0100, Sad Clouds wrote:
> What does contribute to application load time? Is it the number of
> shared libraries the application is linked to, or the number of symbols
> exported by those libraries?

In this case, primary the number of (external) symbols referenced.
The number of symbols exported by itself doesn't matter. The number of
shared libraries matters in so far, as more hash steps might be needed.

Joerg


Home | Main Index | Thread Index | Old Index