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

Dmitry.Kozhevnikov@jetbrains.com via clangd-dev clangd-dev at lists.llvm.org
Tue Aug 21 03:30:14 PDT 2018


> 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).
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2861 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/clangd-dev/attachments/20180821/37ebaee3/attachment.bin>


More information about the clangd-dev mailing list