[Lldb-commits] [PATCH] D54216: [NativePDB] Improve support for reconstructing a clang AST from PDB debug info
Aleksandr Urakov via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Nov 8 10:49:46 PST 2018
aleksandr.urakov added a comment.
In https://reviews.llvm.org/D54216#1291852, @zturner wrote:
> I checked on clang.pdb. For my local build of LLVM this about 780MB. It's quite slow in debug build (14 seconds for `ParseSectionContribs` and 60 seconds for `PreprocessTpiStream`), but in release build the combined total is less than 2 seconds for both function calls
I think that less than 2 seconds for a 780MB PDB in release is very good! Thank you!
https://reviews.llvm.org/D54216
More information about the lldb-commits
mailing list