On Fri, Aug 1, 2008 at 7:53 AM, Mark Mitchell <[EMAIL PROTECTED]> wrote:
> That's going to make -flto slow. If we do it in a way that affects normal
> -O0 compilation, this would be a bad thing. Maybe we should consider a
> strategy where the front-end data structures live until the point of LTO
On Wed, Jun 11, 2008 at 4:38 PM, Ollie Wild <[EMAIL PROTECTED]> wrote:
> From what I can tell from grepping the lto source, the vtable entry in
> lto_file is set but never used. Is this old code that never got
> removed or the beginning of an idea that never got implemented?
>
> I'm inclined to re