[Lldb-commits] [PATCH] D32757: Add TaskMap for iterating a function over a set of integers
Scott Smith via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue May 2 15:01:02 PDT 2017
scott.smith added a comment.
In https://reviews.llvm.org/D32757#743874, @clayborg wrote:
> So I don't see where you moved all of the .Append functions. And if you did your timings with them not being in there then your timings are off.
finalize_fn calls Append on each source first, then calls Finalize. It might be hard to see because it's now a lambda that takes the src vector and dst NameToDIE as parameters.
Repository:
rL LLVM
https://reviews.llvm.org/D32757
More information about the lldb-commits
mailing list