[PATCH] D50439: [Tooling] Switch JSONCompilationDatabase to use JSON parser.

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 8 05:50:23 PDT 2018


sammccall planned changes to this revision.
sammccall added a comment.

Nevermind, this is like 5x slower to load the chromium CDB. probably because of all the little non-arena allocations.
I'll profile and fix it when I get bored again.


Repository:
  rC Clang

https://reviews.llvm.org/D50439





More information about the cfe-commits mailing list