Re: Faster type merging pair cache

2011-05-19 Thread Richard Guenther
On Thu, 19 May 2011, Jan Hubicka wrote: > Hi, > type pair cache is compilation time hog just because of constant factors of > our > hashtable implementation as well as memory hog. This patch turns it into > simple > constantly sized hash with conflicts not handled (i.e. new pair kills the old >

Faster type merging pair cache

2011-05-19 Thread Jan Hubicka
Hi, type pair cache is compilation time hog just because of constant factors of our hashtable implementation as well as memory hog. This patch turns it into simple constantly sized hash with conflicts not handled (i.e. new pair kills the old pair). This seems to remove pair cache overhead out of