Performance issue with GNU/ld and DLL

Kai Tietz ktietz70@googlemail.com
Fri Feb 10 09:27:00 GMT 2012


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



More information about the Binutils mailing list