[PATCH] D138224: WIP: AST{Reader,Writer} alternative

Jan Svoboda via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 20 11:00:19 PDT 2023


jansvoboda11 abandoned this revision.
jansvoboda11 added a comment.

Using `CompilerInstance` as the module storage dramatically increases memory usage (peak ~30GB) of `clang-scan-deps` when scanning LLVM. (Memory mapping serialized files peaks at ~300MB.)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D138224



More information about the cfe-commits mailing list