Re: [PATCH 2/2] convert tm_restart to hash_table

2014-11-17 Thread Richard Biener
On Fri, Nov 14, 2014 at 10:12 PM, wrote: > From: Trevor Saunders > > > Hi, > > $subject, logically this really is a hash map, but it turns out that doesn't > work. There's a bug in the way elements are inserted into the table at > trans-mem.c:3093 which means nothing is ever actually inserted

[PATCH 2/2] convert tm_restart to hash_table

2014-11-14 Thread tsaunders
From: Trevor Saunders Hi, $subject, logically this really is a hash map, but it turns out that doesn't work. There's a bug in the way elements are inserted into the table at trans-mem.c:3093 which means nothing is ever actually inserted into the table. I tried converting this to hash_map,