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: [debug-early] C++ clones and limbo DIEs


On 01/16/2015 12:50 PM, Aldy Hernandez wrote:
Can you remove the first flush and just do it in the second place?

If I only flush the limbo list in the second place, that's basically
what mainline does, albeit abstracted into a function.  I thought the
whole point was to get rid of the limbo list, or at least keep it from
being a structure that has to go through LTO streaming.

It would expect it to be before free_lang_data and LTO streaming.

Jason



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