[PATCH] D103165: Threading: use independent llvm::thread implementation on Apple platforms to increase stack size
Tim Northover via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 1 06:35:48 PDT 2021
t.p.northover added inline comments.
================
Comment at: llvm/include/llvm/Support/thread.h:168
+/// stack size request.
+class thread {
+public:
----------------
An alternative here would have been to inherit from `std::thread` but that seemed a bit icky to me. Happy to switch if the consensus is otherwise.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103165/new/
https://reviews.llvm.org/D103165
More information about the cfe-commits
mailing list