[PATCH] D50261: [AST] Remove unnecessary indirections in DeclarationNameTable

Bruno Ricci via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Aug 4 03:50:39 PDT 2018


bricci added a comment.

I did both a clean build and an incremental build with and without this patch and was not able to see any
meaningful difference in the build time. Suspiciously the build time *with* the patch in both cases is a little
less (~0.1% ) than without the patch but this is well within the noise. At least I was not able to observe
a significant increase in the build time.


Repository:
  rC Clang

https://reviews.llvm.org/D50261





More information about the cfe-commits mailing list