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


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


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