This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH] Speed up bfd_dwarf2_find_nearest_line for very big binaries.
- From: "=?big5?b?RG91ZyBLd2FuICjD9q62vHcp?=" <dougkwan at google dot com>
- To: "Nick Clifton" <nickc at redhat dot com>
- Cc: binutils at sourceware dot org
- Date: Fri, 21 Sep 2007 10:20:02 -0700
- Subject: Re: [PATCH] Speed up bfd_dwarf2_find_nearest_line for very big binaries.
- References: <498552560707311539l669e4565y7bcbb54ff4172ed3@mail.gmail.com> <46F3EE7A.9000802@redhat.com>
Hi Nick,
Thanks for looking over the patch and checking that in. I am fine
about leaving out the testsuite
-Doug
2007/9/21, Nick Clifton <nickc@redhat.com>:
> Hi Doug,
>
> > I have implemented an arange set based on the splay tree in
> > libiberty. The arange set replaces some uses of the singly linked
> > list of aranges in dwarf2.c, which is extremely inefficient for big
> > binaries.
>
> Thanks for submitting this patch. Please accept my apologies for taking so
> long to getting round to reviewing it.
>
> The patch is fine, and I have checked it in. I did leave out the testsuite
> however as I felt that it was not really necessary.
>
> Cheers
> Nick
>
>