Re: [PATCH 1/9] New fibonacci heap and sreal enhancement.

2014-11-13 Thread Jan Hubicka
> Hello. > > Following patch set introduces new template class for fibonacci heap > that is mainly utilized by IPA inliner. Apart from that, I also enhanced > existing sreal implementation so that it can also handle negative numbers. > > I was primary motivated by Honza, because current heap impl

[PATCH 1/9] New fibonacci heap and sreal enhancement.

2014-11-13 Thread mliska
Hello. Following patch set introduces new template class for fibonacci heap that is mainly utilized by IPA inliner. Apart from that, I also enhanced existing sreal implementation so that it can also handle negative numbers. I was primary motivated by Honza, because current heap implementation in