This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: benchmarking combreloc


On Wed, Oct 31, 2001 at 12:13:39PM -0500, Jack Howarth wrote:
> Thus combreloc reduces the total startup by 90%. Prelinking reduces the
> total startup time an additional 95% on top of that. Thus the total load
> time with both combreloc and prelinking is less than 1% of that with
> neither feature. Interestingly the results without combreloc but with
> prelinking are almost identical to that of combreloc and prelinking.

That's nothing surprising, because prelinking means there are no symbol
lookups on program startup, so it doesn't matter if you have cache for
symbol lookups or not.

	Jakub


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]