[PATCH] D27279: Store decls in prototypes on the declarator instead of in the AST

Nico Weber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 2 12:48:08 PST 2016


thakis added a comment.

(Unrelated, but if you're looking at memory: When I was looking at it a while ago, IIRC a surprising amount of memory was taken up by CXXBasePaths objects, and just reordering fields to pack it better made that object several bytes smaller. IIRC I accidentally reverted my local patch for this, but if you're in the mood it's probably not too hard to recreate)


https://reviews.llvm.org/D27279





More information about the cfe-commits mailing list