This is the mail archive of the gcc-patches@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 merge][4/15][RFA] C++ front end


On 09/30/2009 11:14 AM, Diego Novillo wrote:
On Wed, Sep 30, 2009 at 11:12, Richard Guenther
<richard.guenther@gmail.com>  wrote:

I think we reach TEMPLATE_DECLs and stuff by walking BLOCKs
and abstract origins.

Yes. And tossing out TEMPLATE_DECLs completely won't work in general when we start streaming debug info in the bytecode. We'll need to at least keep them around for that.

Surely you'd generate the debug info before free_lang_data?


Jason


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