[Lldb-commits] [PATCH] D68678: Speed up accelerator table lookups

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 9 14:02:52 PDT 2019


JDevlieghere added inline comments.


================
Comment at: lldb/source/Plugins/SymbolFile/DWARF/AppleDWARFIndex.cpp:114
+
+  // When searching for "std::vector<int>::const_iterator", reject any
+  // files without "vector<int>" early, since there will be many other
----------------
This comment gives the impression that this heuristic only applies to std::vector, maybe reword it to make it clear that this is just an example?


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

https://reviews.llvm.org/D68678





More information about the lldb-commits mailing list