jansvoboda11 added inline comments.

================
Comment at: clang/lib/Serialization/ASTWriter.cpp:3646
     // file.
     SmallVector<const IdentifierInfo *, 128> IIs;
     for (const auto &ID : PP.getIdentifierTable())
----------------
ributzka wrote:
> Would it make sense to reduce the size of the SmallVector too?
That would most likely regress serialization of real (non-scanning) PCMs, so 
I'd prefer to leave this be.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150494

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

Reply via email to