Re: [PATCH] ipa-cp: Work with time benefits and frequencies in sreals

2020-11-12 Thread Jan Hubicka
> Hi,. > > this patch converts the variables that hold time benefits and > frequencies in IPA-CP from plain integers to sreals, avoiding the need > to cap them to avoid overflows and also fixing a potential underflows. > > Size costs corresponding to individual constants are left as ints so > tha

[PATCH] ipa-cp: Work with time benefits and frequencies in sreals

2020-11-12 Thread Martin Jambor
Hi,. this patch converts the variables that hold time benefits and frequencies in IPA-CP from plain integers to sreals, avoiding the need to cap them to avoid overflows and also fixing a potential underflows. Size costs corresponding to individual constants are left as ints so that they do not ta