On Thu, 2006-01-05 at 13:37 +, Andrew Haley wrote:
> Andrew Pinski writes:
> >
> > On Jan 5, 2006, at 8:09 AM, Andrew Haley wrote:
> >
> > > I've been experimenting with devirtualizing method calls, and
> > > sometimes a construct like this can pay dividends:
> >
> > > Another possibi
Andrew Pinski writes:
>
> On Jan 5, 2006, at 8:09 AM, Andrew Haley wrote:
>
> > I've been experimenting with devirtualizing method calls, and
> > sometimes a construct like this can pay dividends:
>
> > Another possibility is to have the inliner convert virtual calls into
> > something l
On Jan 5, 2006, at 8:09 AM, Andrew Haley wrote:
I've been experimenting with devirtualizing method calls, and
sometimes a construct like this can pay dividends:
Another possibility is to have the inliner convert virtual calls into
something like the above. Maybe the real solution to all of