[LTO merge][4/15][RFA] C++ front end

Jason Merrill jason@redhat.com
Wed Sep 30 15:14:00 GMT 2009


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



More information about the Gcc-patches mailing list