[PATCH] D27247: Parallelize ICF to make LLD's ICF really fast.
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 29 22:34:02 PST 2016
ruiu updated this revision to Diff 79705.
ruiu added a comment.
- Fixed correctness issue. When we flip GroupId[0] and GroupId[1], we needed to copy new colors from old space to new space.
- Handle !Config->Thread case.
https://reviews.llvm.org/D27247
Files:
ELF/ICF.cpp
ELF/InputSection.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27247.79705.patch
Type: text/x-patch
Size: 7208 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161130/faefc633/attachment.bin>
More information about the llvm-commits
mailing list