Re: [07/13] Add ggc_ptr_hash

2015-06-23 Thread Jeff Law
On 06/16/2015 03:01 AM, Richard Sandiford wrote: This patch renames ggc_hasher to ggc_remove and removes the typedefs, to make it provide the same kind of interface as typed_noop_remove and typed_free_remove. It then defines a new class ggc_ptr_hash that inherits from both pointer_hash and ggc_r

[07/13] Add ggc_ptr_hash

2015-06-16 Thread Richard Sandiford
This patch renames ggc_hasher to ggc_remove and removes the typedefs, to make it provide the same kind of interface as typed_noop_remove and typed_free_remove. It then defines a new class ggc_ptr_hash that inherits from both pointer_hash and ggc_remove. It changes all uses of ggc_hasher to use gg