[PATCH] D49164: Parallelize GdbIndexSection's symbol table creation.
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 11 04:15:36 PDT 2018
grimar accepted this revision.
grimar added a comment.
This revision is now accepted and ready to land.
LGTM.
================
Comment at: lld/ELF/SyntheticSections.cpp:2372
+ // speed it up.
+ size_t NumShards = 16;
+ size_t Concurrency = 1;
----------------
MergeNoTailSection has NumShards == 32, I wonder why 16 here?
https://reviews.llvm.org/D49164
More information about the llvm-commits
mailing list