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: #import and indoes


On Thu, Aug 08, 2002 at 03:12:21PM -0700, Devang Patel wrote:
>  
> I will cleanup as you suggested and prepare patch. 

Thank you.

> Before I start looking around, do you have any suggestion about  
> some other existing data structure which I can use to replace splay 
> tree ? 

I would suggest the expandable hash tables (libiberty/hashtab.c) but
for its being difficult to index them on two different keys.  I
suppose you could have two tables pointing to the same record object.

zw


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