labath accepted this revision.
labath added a comment.

I can do the pushing. :)

Thanks for the patch.



================
Comment at: include/lldb/Utility/TaskPool.h:89
+void TaskMapOverInt(size_t begin, size_t end,
+                    std::function<void(size_t)> const &func);
 
----------------
Making this a template would enable you to get rid of the std::function wrapper 
overhead. I have no idea whether it would make a difference in practice.


Repository:
  rL LLVM

https://reviews.llvm.org/D32757



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to