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, tsaund...@mozilla.com wrote: From: Trevor Saunders tsaund...@mozilla.com Hi, This patch replaces a bunch of usage of pointer_map with hash_map. It also adds an overload to

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, tsaund...@mozilla.com wrote: From: Trevor Saunders tsaund...@mozilla.com Hi, This patch replaces a bunch of usage of

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, tsaund...@mozilla.com wrote: From: Trevor Saunders tsaund...@mozilla.com

Re: [PATCH] convert many pointer_map to hash_map

2014-08-02 Thread Oleg Endo
On 02 Aug 2014, at 17:58, Trevor Saunders tsaund...@mozilla.com 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,

[PATCH] convert many pointer_map to hash_map

2014-08-01 Thread tsaunders
From: Trevor Saunders tsaund...@mozilla.com 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/

Re: [PATCH] convert many pointer_map to hash_map

2014-08-01 Thread Richard Biener
On Fri, Aug 1, 2014 at 12:34 PM, tsaund...@mozilla.com wrote: From: Trevor Saunders tsaund...@mozilla.com 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.