[Lldb-commits] [PATCH] D69843: Expression eval lookup - prune methods without parsing
Jaroslav Sevcik via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Nov 6 04:51:51 PST 2019
jarin added a comment.
Thanks for the feedback! We will experiment with filtering in GetFunctions sometime next week.
Regarding the FindTypes patch, it would be really nice to have that for Linux, as well. I see the type pruning (TypeMap::RemoveMismatchedTypes) taking several seconds for some expression evaluations; it is likely to be the same problem you are solving.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69843/new/
https://reviews.llvm.org/D69843
More information about the lldb-commits
mailing list