This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [lto] Streaming out language-specific DECL/TYPEs


On Tue, Jun 3, 2008 at 09:28, Jan Hubicka <hubicka@ucw.cz> 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]