Re: [PATCH] Provide a pointer_map template

2013-06-24 Thread Richard Biener
On Wed, 19 Jun 2013, Richard Biener wrote: > On Wed, 19 Jun 2013, Richard Biener wrote: > > > > > This templates the pointer-map implementation (actually it copies > > the implementation, leaving the old interface unchanged) providing > > a templated value type. That's suitable to replace the v

Re: [PATCH] Provide a pointer_map template

2013-06-19 Thread Richard Biener
On Wed, 19 Jun 2013, Richard Biener wrote: > > This templates the pointer-map implementation (actually it copies > the implementation, leaving the old interface unchanged) providing > a templated value type. That's suitable to replace the various > users requesting a pointer-to-integer-type map,

[PATCH] Provide a pointer_map template

2013-06-19 Thread Richard Biener
This templates the pointer-map implementation (actually it copies the implementation, leaving the old interface unchanged) providing a templated value type. That's suitable to replace the various users requesting a pointer-to-integer-type map, like I noticed for the two LTO tree recording mechani