> On Wed, Jan 23, 2013 at 11:18:31AM +0100, Jan Hubicka wrote:
> > Bootstrapped/regtested x86_64-linux, compensated the 3 testcases in tesuite
> > testing
> > the feature to both test the feature with parameter increased and thest
> > that the
> > optimization happens anyway at IPA level by defau
On Wed, Jan 23, 2013 at 11:18:31AM +0100, Jan Hubicka wrote:
> Bootstrapped/regtested x86_64-linux, compensated the 3 testcases in tesuite
> testing
> the feature to both test the feature with parameter increased and thest that
> the
> optimization happens anyway at IPA level by default.
Not obj
Hi,
this patch disables iteration of early inliner. I added the code in early days
of indirect inlining mostly to catch things that are not well handled by IPA
inliner. We got better on devirtualization and indirect inlining and I think
we now handle pretty much all interesting cases there.
Disab