This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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 24/40] Per-language symbol name hashing algorithm


On 07/20/2017 07:53 PM, Pedro Alves wrote:
> On 07/18/2017 06:33 PM, Keith Seitz wrote:
>> On 06/02/2017 05:22 AM, Pedro Alves wrote:
>>>
>>> This patch starts fixing this, by doing two things:
>>>
>>> #1 - adds a language vector method to let each language decide how to
>>>      compute a symbol name hash.
>>>
>>> #2 - makes dictionaries know the language of the symbols they hold,
>>>      and then use the dictionaries language to decide which hashing
>>>      method to use.
>>
>> Me likey! :-)
>>
> 
> Ahah, it was your idea.  :-)
> 
>> Again, just the usual trivial comments.
> 
> [snip]
> 
> Thanks much.  I added the missing comments now.
> 
> Here's the updated patch.

FYI, I've pushed this one in now.

Thanks,
Pedro Alves


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