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: [PATCH][C++] Drop anonymous aggregate names


On 10/11/2009 11:28 AM, Richard Guenther wrote:
This handles anonymous aggregate names in the C++ part of free-lang-data
instead of during type merging and hashing.  It's easier there and will
save some (little) identifier memory for LTO.

OK. You probably want to do the same for lambda names (LAMBDANAME_P).


Jason


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