Re: [cxx-conversion] Convert statistics.c'statistics_hashes to hash_table.

2012-12-18 Thread Diego Novillo
On Mon, Dec 17, 2012 at 2:32 PM, Lawrence Crowl wrote: > Convert statistics.c'statistics_hashes from htab_t to hash_table. > > Fold hash_statistics_eq into new struct stats_counter_hasher. > > Update dependent calls and types. > > Tested on x86_64. > > Okay for branch? OK. Diego.

[cxx-conversion] Convert statistics.c'statistics_hashes to hash_table.

2012-12-17 Thread Lawrence Crowl
Convert statistics.c'statistics_hashes from htab_t to hash_table. Fold hash_statistics_eq into new struct stats_counter_hasher. Update dependent calls and types. Tested on x86_64. Okay for branch? Index: gcc/statistics.c === ---