Re: [PATCH] remove need for store_values_directly

2015-04-18 Thread Trevor Saunders
On Fri, Apr 17, 2015 at 09:29:07AM +0200, Richard Biener wrote: > On Fri, Apr 17, 2015 at 6:38 AM, wrote: > > From: Trevor Saunders > > > > Hi, > > > > Last stage 1 I introduced a second form of hash_table that stored elements > > of > > value_type in addition to the old form that stored elemen

Re: [PATCH] remove need for store_values_directly

2015-04-17 Thread Richard Biener
On Fri, Apr 17, 2015 at 6:38 AM, wrote: > From: Trevor Saunders > > Hi, > > Last stage 1 I introduced a second form of hash_table that stored elements of > value_type in addition to the old form that stored elements of type value_type > *. That lead to a fair bit of code dupplication in hash_ta