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: [RFC] Use custom hash function with bcache


On Mon, Aug 16, 2010 at 03:50:17PM -0400, sami wagiaalla wrote:
> I only took into consideration the values which are set by
> add_psymbol_to_bcache. The assumption is that these are the only
> values that will make a difference since they are the only values
> available when calculating the hash.

Interesting, I didn't remember about add_psymbol_to_bcache.  I'd
better back up - what are you accomplishing by this change?

Hashing the whole structure is probably faster than hashing just
specific fields, so that's probably not it.

-- 
Daniel Jacobowitz
CodeSourcery


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