[PATCH] D122922: [lld][common][lld-macho] Support per-thread allocators and StringSavers
Jez Ng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 6 12:32:33 PDT 2022
int3 added a comment.
> You cannot query the maximum parallelism ondemand and then create the array?
It's a little fragile -- things would break if someone created more than one ThreadPool instance & gave each instance the max hardware parallelism
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122922/new/
https://reviews.llvm.org/D122922
More information about the llvm-commits
mailing list