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: Performance issue with GNU/ld and DLL


2012/2/10 Pascal Obry <pascal@obry.net>:
>
> Here is the patch I'm proposing to solve this issue.
>
> Comments?
>
> Pascal.

Well, the idea is ok, but I see that first usage of auto_export () is
before actual sorting of list. The usage of it is in
process_def_file_and_directve at line 749.  The sorting happens later
on in this function at line 832.

So this patch seems to me not ok, as for binary-searching we need to
make sure list is sorted.

Regards,
Kai


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