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'?


DJ Delorie <dj@redhat.com> writes:

>> Automatically expanding hashtables when they reach ludicrous overload
>> levels isn't that hard -- I've been doing it without a second thought
>> in everything I've written for the last twenty years.  No?
>
> Here's a quick patch to implement that, at least in a naive way.  See
> if this makes a difference in link speed (at least for large apps; I
> don't notice a significant speedup for linking cc1) and if it's worth
> the effort I'll document it, clean it up, test it, and commit it.

As long as you're going to touch all this code anyway, why not make it
use hashtab.[ch] from libiberty?

zw


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