Re: Inliner heuristics TLC 3/n

2014-04-22 Thread Richard Biener
On Fri, Apr 18, 2014 at 9:45 PM, Jan Hubicka wrote: > Hi, > this patch makes FDO inliner to be more aggressive on inlining function > calls that are considered hot. This is based on observation that > INLINE_INSNS_AUTO is the most common reason for inlining not happening > (20.5% for Firefox, whe

Inliner heuristics TLC 3/n

2014-04-18 Thread Jan Hubicka
Hi, this patch makes FDO inliner to be more aggressive on inlining function calls that are considered hot. This is based on observation that INLINE_INSNS_AUTO is the most common reason for inlining not happening (20.5% for Firefox, where 63.2% of calls are not inlinable because body is not avaiabl