[Lldb-commits] [PATCH] D70846: Expression eval lookup speedup by not returning methods in ManualDWARFIndex::GetFunctions
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Jan 14 06:06:15 PST 2020
labath closed this revision.
labath added a comment.
Committed as a705cf1ac <https://reviews.llvm.org/rGa705cf1acbe94498f7fcca4e89be6d4820271227>. It should be worth noting that this actually fixes TestPrintf.py (pr36715), because we no longer end up calling the member printf function. So doing something similar for the apple index will not only improve speed, but also correctness...
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70846/new/
https://reviews.llvm.org/D70846
More information about the lldb-commits
mailing list