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: [RFC] multithreaded bfd?


On Tue, Jul 25, 2006 at 08:59:46PM -0400, DJ Delorie wrote:
> * Resolving undefined symbols.

You can't easily do this in parallel.  Firstly, all the threads will be
contending for linker symbol table access.  Secondly, some symbol
resolution rules make this a serial operation.  Consider extraction
of files from archives, and resolution of weak symbols.

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