Re: [PATCH 2/N] allow storing values directly in hash tables

2014-06-23 Thread Richard Biener
On Fri, Jun 20, 2014 at 12:52 PM, wrote: > From: Trevor Saunders > > Hi, > > this patch allows you to define the type the hash table stores as elements > instead of the type elements point at by having your hash descriptor define > the > type store_values_directly. It turns out trying to imple

[PATCH 2/N] allow storing values directly in hash tables

2014-06-20 Thread tsaunders
From: Trevor Saunders Hi, this patch allows you to define the type the hash table stores as elements instead of the type elements point at by having your hash descriptor define the type store_values_directly. It turns out trying to implement both cases with the same code is really confusing, so