This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [boehms-gc] support for cache hash tables (gt_ggc_cache_rtab)


02 Aug 2006 15:17:15 -0600, Tom Tromey <tromey@redhat.com>:
The general idea is that you don't want to re-hash all the entries in
a hash table when one entry is deleted.  But, if you mark a deleted
entry as "empty", then future searches may stop there instead of
proceeding on to find the real entry.

So, it matters quite a bit.

OK. Seems like there is some work here to do.


--
Laurynas


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