Re: [PATCH] convert many pointer_map to hash_map

2014-08-02 Thread Oleg Endo
On 02 Aug 2014, at 17:58, Trevor Saunders wrote: > On Sat, Aug 02, 2014 at 05:38:42PM +0200, Oleg Endo wrote: >> On Sat, 2014-08-02 at 07:34 -0400, Trevor Saunders wrote: >>> On Fri, Aug 01, 2014 at 12:52:08PM +0200, Richard Biener wrote: On Fri, Aug 1, 2014 at 12:34 PM, wrote: > From

Re: [PATCH] convert many pointer_map to hash_map

2014-08-02 Thread Trevor Saunders
On Sat, Aug 02, 2014 at 05:38:42PM +0200, Oleg Endo wrote: > On Sat, 2014-08-02 at 07:34 -0400, Trevor Saunders wrote: > > On Fri, Aug 01, 2014 at 12:52:08PM +0200, Richard Biener wrote: > > > On Fri, Aug 1, 2014 at 12:34 PM, wrote: > > > > From: Trevor Saunders > > > > > > > > Hi, > > > > > > >

Re: [PATCH] convert many pointer_map to hash_map

2014-08-02 Thread Oleg Endo
On Sat, 2014-08-02 at 07:34 -0400, Trevor Saunders wrote: > On Fri, Aug 01, 2014 at 12:52:08PM +0200, Richard Biener wrote: > > On Fri, Aug 1, 2014 at 12:34 PM, wrote: > > > From: Trevor Saunders > > > > > > Hi, > > > > > > This patch replaces a bunch of usage of pointer_map with hash_map. It

Re: [PATCH] convert many pointer_map to hash_map

2014-08-02 Thread Trevor Saunders
On Fri, Aug 01, 2014 at 12:52:08PM +0200, Richard Biener wrote: > On Fri, Aug 1, 2014 at 12:34 PM, wrote: > > From: Trevor Saunders > > > > Hi, > > > > This patch replaces a bunch of usage of pointer_map with hash_map. It also > > adds an overload to hash_map::traverse that allows modifying the

Re: [PATCH] convert many pointer_map to hash_map

2014-08-01 Thread Richard Biener
On Fri, Aug 1, 2014 at 12:34 PM, wrote: > From: Trevor Saunders > > Hi, > > This patch replaces a bunch of usage of pointer_map with hash_map. It also > adds an overload to hash_map::traverse that allows modifying the value, and a > remove method. > > bootstrapped + regtested on x86_64-unknown-

[PATCH] convert many pointer_map to hash_map

2014-08-01 Thread tsaunders
From: Trevor Saunders Hi, This patch replaces a bunch of usage of pointer_map with hash_map. It also adds an overload to hash_map::traverse that allows modifying the value, and a remove method. bootstrapped + regtested on x86_64-unknown-linux-gnu, ok? Trev c-family/ * cilk.c: Use ha