> On Thu, May 09, 2013 at 03:52:20PM +0200, Martin Jambor wrote:
> > On Tue, May 07, 2013 at 11:43:33PM +0200, Jan Hubicka wrote:
> > > > Hi,
> > > >
> > > > the problem in PR 57084 is that late PRE devirtualization creates a
> > > > direct call to a decl fro which we only have an inlined call gra
On Thu, May 09, 2013 at 03:52:20PM +0200, Martin Jambor wrote:
> On Tue, May 07, 2013 at 11:43:33PM +0200, Jan Hubicka wrote:
> > > Hi,
> > >
> > > the problem in PR 57084 is that late PRE devirtualization creates a
> > > direct call to a decl fro which we only have an inlined call graph
> > > mod
On Tue, May 07, 2013 at 11:43:33PM +0200, Jan Hubicka wrote:
> > Hi,
> >
> > the problem in PR 57084 is that late PRE devirtualization creates a
> > direct call to a decl fro which we only have an inlined call graph
> > mode in the given partition. I tried to find a most universal place
> > where
> Hi,
>
> the problem in PR 57084 is that late PRE devirtualization creates a
> direct call to a decl fro which we only have an inlined call graph
> mode in the given partition. I tried to find a most universal place
> where to fix it because this problem is not special to type-based
> devirtuali
Hi,
the problem in PR 57084 is that late PRE devirtualization creates a
direct call to a decl fro which we only have an inlined call graph
mode in the given partition. I tried to find a most universal place
where to fix it because this problem is not special to type-based
devirtualization and in