[PATCH] D58271: [ELF] --gdb-index: split off GdbSymbol::CuVector and add a separate CuVectors
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 15 02:54:20 PST 2019
MaskRay added a comment.
The current parallelism scheme may reach some local optimum and it is hard to improve further. I have tried another approach D58276 <https://reviews.llvm.org/D58276>, which may have to greater potential to improve. For D58276 <https://reviews.llvm.org/D58276>, the lost of parallelism is my concern.
Repository:
rLLD LLVM Linker
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58271/new/
https://reviews.llvm.org/D58271
More information about the llvm-commits
mailing list