[PATCH] D137259: [clang][modules][deps] WIP: In-memory module transfer
Jan Svoboda via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 20 11:00:48 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/D137259/new/
https://reviews.llvm.org/D137259
More information about the cfe-commits
mailing list