This is the mail archive of the binutils@sources.redhat.com 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: parallelized 'ld'?


On Tue, Aug 26, 2003 at 10:29:25PM -0700, Ian Lance Taylor wrote:
> But we don't have one hash table per object file.  We have one hash
> table for the entire link.  A single overly large hash table, within
> reason, is harmless.

Duh.  I spoke without thinking.  What I had in the back of my mind was
that there is a case where we can use a smaller hash table if we have
expandable tables.  Not the symbol table, but the section hash table,
which is per input bfd.

-- 
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]