[PATCH] D50993: [clangd] Increase stack size of the new threads on macOS
Dmitry via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 20 13:10:38 PDT 2018
Dmitry.Kozhevnikov created this revision.
Dmitry.Kozhevnikov added reviewers: ilya-biryukov, sammccall.
Herald added subscribers: cfe-commits, kadircet, arphaman, jkorous, MaskRay, ioeric.
By default it's 512K, which is way to small for clang parser to run on. There is no way to do it via platform-independent API, so it's implemented via pthreads directly in clangd/Threading.cpp.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D50993
Files:
clangd/Threading.cpp
unittests/clangd/ClangdTests.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50993.161549.patch
Type: text/x-patch
Size: 3865 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180820/f46d444c/attachment.bin>
More information about the cfe-commits
mailing list