[PATCH] D99279: [lld-macho] Parallelize UUID hash computation
Thorsten via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 24 11:00:37 PDT 2021
tschuett added a comment.
ELF uses the same chunk size. I am wondering, why the chunk size is independent of the file size and the number of cores? E.g. why bother with chunks if you have 1 core? Or if if you link a 1GB file with 10 cores, you probably have too many chunks?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99279/new/
https://reviews.llvm.org/D99279
More information about the llvm-commits
mailing list