On Tue, Jun 3, 2008 at 09:28, Jan Hubicka <[EMAIL PROTECTED]> wrote: > Sure if it works, we should be lowering the types during gimplification > so we don't need to store all this in memory... > But C++ FE still use its local data later in stuff like thunks, but we > will need to cgraphize them anyway.
Yeah, outright ignoring these nodes has the dual advantage that we make a clean break at streaming time and anything that stops working afterwards can be seen and fixed as a lowering bug. Diego.