[clangd-dev] [cfe-dev] [clangd] Worker threads stack size

Ilya Biryukov via clangd-dev clangd-dev at lists.llvm.org
Tue Aug 21 03:34:52 PDT 2018


Hm, so we do currently have a single entry point for creating threads.
Thanks, I'll leave some comments in the patch.

On Tue, Aug 21, 2018 at 12:30 PM Dmitry.Kozhevnikov at jetbrains.com via
cfe-dev <cfe-dev at lists.llvm.org> wrote:

>
> > On 17 Aug 2018, at 17:12, Roman Popov via cfe-dev <
> cfe-dev at lists.llvm.org> wrote:
> >
> > In case MacOS LibC++ is implemented on top of pthreads, than you can can
> use pthreads API to set default stack size. This will probably be miminal
> possible platform-specific workaround.
>
> I've submitted a patch trying to do so: https://reviews.llvm.org/D50993
> (I haven't found a way to set the default value on macOS and continue using
> the default std::thread implementation,
> though)._______________________________________________
> cfe-dev mailing list
> cfe-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev
>


-- 
Regards,
Ilya Biryukov
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/clangd-dev/attachments/20180821/90914d46/attachment.html>


More information about the clangd-dev mailing list