[PATCH] D55585: RFC: [LLD][COFF] Parallel GHASH generation at link-time
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 21 15:36:08 PST 2018
rnk added a comment.
One more thing I just realized that was probably obvious to you: Computing ghash in parallel completely eliminates the need for the /debug:ghash flag, and we can eliminate the non-ghash codepath. That's great.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55585/new/
https://reviews.llvm.org/D55585
More information about the llvm-commits
mailing list