tberghammer added a comment.

I agree that parking the threads in the kernel should be very cheap (I am not 
sure about Windows) but on high end multi core machines having 40+ threads 
around just to wait for work is a bit strange for me too and it definitely 
makes debugging of LLDB more difficult.

In the near future I expect that we will use the TaskPool only for very heavy 
computations while we filling up our internal caches (such as debug info 
parsing or symtab parsing) and then don't use it for anything later.


http://reviews.llvm.org/D13727



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

Reply via email to