> > @@ -692,12 +692,14 @@ account_size_time (struct inline_summary
> >         found = true;
> >          break;
> >        }
> > -  if (i == 32)
> > +  if (i == 256)
> 
> Shouldn't this be a --param?

You are probably right.  ipa-inline-analysis has few hard wired constants in it 
but mostly
to allow use bitmaps in int and constantly sized arrays for predicates.  It was 
a plan that
those constants simply won't need tunning.  In this case we can definitely 
allow user changes.
I will make a patch.

Honza

Reply via email to