Re: [PATCH] Reduce number of sreal operator* calls

2018-11-07 Thread Jan Hubicka
> > This reduces the number of $subject calls by computing big_speedup_p > lazily. This caller accounts for roughly a quarter of all operator* > calls for PR38474 and operator* is top of the profile of the whole > compilation. > > Next offenders (callers) are compute_inlined_call_time and > edge

[PATCH] Reduce number of sreal operator* calls

2018-11-07 Thread Richard Biener
This reduces the number of $subject calls by computing big_speedup_p lazily. This caller accounts for roughly a quarter of all operator* calls for PR38474 and operator* is top of the profile of the whole compilation. Next offenders (callers) are compute_inlined_call_time and edge_badness. prof