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: [PATCH] Speedup-objdump-in-processing-of-source-line-information


On Mon, Nov 7, 2016 at 8:27 AM, Nick Clifton <nickc@redhat.com> wrote:
> Hi Igor,
>
>> The issue is resolved by introducing a lookup tables for functions and
>> its address ranges and a lookup table for line info. The lists traverse is
>> replaced with a binary search in the lookup tables. The patch reduces the
>> processing time from hours to several minutes. The attached .c file can
>> be used to reproduce the issue.
>
> I have started to look at this patch, but before I go any further I need to
> check if you have an FSF binutils copyright assignment ?  I looked in the
> current copyright.list file and did not find your name.  Without such an
> assignment we will be unable to accept your patch. :-(
>
> Cheers
>   Nick

Igor works for Intel.  My understanding is that FSF and Intel have an
arrangement to cover Intel contributions.


-- 
H.J.


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