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

Aleksandr Urakov via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 23 00:40:09 PDT 2018


aleksandr.urakov added a comment.

In https://reviews.llvm.org/D53375#1271336, @Hui wrote:

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


We are already caching them, see `m_types` field.


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D53375





More information about the lldb-commits mailing list