[Lldb-commits] [PATCH] D67111: Adding caching to libc++ std::function formatter for lookups that require scanning symbols

Shafik Yaghmour via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 4 15:23:45 PDT 2019


shafik updated this revision to Diff 218797.
shafik marked 2 inline comments as done.
shafik added a comment.

Addressing comments

- Using log timers to verify whether we are using the cache or not
- Switched to llvm::StringMap


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

https://reviews.llvm.org/D67111

Files:
  packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/function/TestLibCxxFunction.py
  packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/function/main.cpp
  source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.cpp
  source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67111.218797.patch
Type: text/x-patch
Size: 9004 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190904/729fa73f/attachment.bin>


More information about the lldb-commits mailing list