This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix compute_bucket_count


On Tue, Jul 04, 2006 at 12:01:19PM +0200, Jakub Jelinek wrote:
> Apparently very few packages use -Wl,-O1 (glibc is a notable exception)
> and for non-optimizing linking the dynsymcount -> (hashcodesp - hashcodes)
> change in many cases decreases the bucket counts.  It is just itching me
> because the heuristics uses completely unrelated value, a fudge factor would
> be ugly, but at least would make some sense.

Having looked at those results, I guess I'm fussing over nothing.  We
probably don't care too much about files with a small number of symbols,
and the effect of your changes ought to be less on files with a large
number of symbols.  So go ahead and commit.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


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