Re: Show hash table stats when -fmem-report

2012-05-21 Thread Jan Hubicka
> Hello list, > > I ported a patch from last year's GSOC to current trunk, removing > deprecated hash tables and adding some new ones. I also backed out a > change that reduced collisions by decreasing load factor because it had > created controversy, so this patch should be easily applicable

Re: Show hash table stats when -fmem-report

2012-05-21 Thread Dimitrios Apostolou
One line patch to update Makefile. 2012-05-21 Dimitrios Apostolou * gcc/Makefile.in: (toplev.o) toplev.o depends on cselib.h. === modified file 'gcc/Makefile.in' --- gcc/Makefile.in 2012-05-04 20:04:47 + +++ gcc/Makefile.in 2012-05-21 14:08:45 + @@ -2751,7 +2751,7 @