[Lldb-commits] [PATCH] D53375: [PDB] Improve performance of the PDB DIA plugin

Hui Huang via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 22 13:36:28 PDT 2018


Hui added a comment.

In https://reviews.llvm.org/D53375#1269504, @asmith wrote:

> Thanks for adding the cache. We noticed the slowdown also and were discussing the same thing. This LGTM if the other reviewers done have any comments.


I think parsing types e.g. SymbolFilePDB::ParseTypes also has speed bumps. Will be good to have them cached too.


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D53375





More information about the lldb-commits mailing list