MaskRay added inline comments.

================
Comment at: clang/include/clang/Driver/Compilation.h:134
+
+  llvm::SmallDenseMap<const JobAction *, const char *, 4> TimeTraceFiles;
+
----------------
I don't think we should use a non-zero inline element for these members.
They are, in 99.9%  cases, empty. We should optimize for the member size by 
making the number of inline element to 0.



Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D133662/new/

https://reviews.llvm.org/D133662

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to