Re: [lto] C++. streaming, front-end specific tree nodes, IR types, and assembler names

2008-08-01 Thread Bill Maddox
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

Re: [lto] What is lto_file_vtable for?

2008-06-11 Thread Bill Maddox
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