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:05 AM, Mark Mitchell wrote:
Diego Novillo wrote:

This is done during the very thorough symbol and type walk we do in
free_lang_data.  We walk down every function body, every symbol, every
type, ... collecting symbols and types that should be cleared of
language-dependent information.

I'd suggest not walking into function templates or class templates during this process. That should avoid seeing anything that's not a fully specialized template. Jason, does that make sense?

Sure, I just don't know how they're finding the functions.


Jason


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