[Lldb-commits] [PATCH] D32757: Add TaskMap for iterating a function over a set of integers
Tamas Berghammer via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed May 3 04:25:09 PDT 2017
tberghammer added a comment.
Personally I never really liked TaskRunner (even though I was the one implemented it) because I think it adds a lot of extra complexity for fairly little gain and thinking about it a bit more I think in most use case a more targeted solution at the call site will probably give better results. Also if we need it in the future it can always be restored based on git/svn history. Based on that I am happy to delete it if we have no use case for it at the moment.
Regarding Apple accelerator tables, giving it a try can be interesting (pass '-glldb' to a sufficiently new clang) but as far as I know they are not compatible with split dwarf what can be show stopper for very large applications (e.g. linking chromium on linux with "no-limit-debug-info" and without split dwarf requires unreasonably large amount of memory).
Repository:
rL LLVM
https://reviews.llvm.org/D32757
More information about the lldb-commits
mailing list