[PATCH] D18999: [ELF/LTO] Parallel Codegen for LLD

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 12 19:42:15 PDT 2016


davide added a comment.

I agree I expected a bigger speedup. I'll investigate further (and post more precise numbers) ASAP.


================
Comment at: ELF/LTO.cpp:142
@@ -138,1 +141,3 @@
 
+static SubtargetFeatures getFeatures(Triple &TheTriple) {
+  SubtargetFeatures Features;
----------------
rafael wrote:
> Is this related to parallel LTO?
you use the returned type as argument to codeine.


http://reviews.llvm.org/D18999





More information about the llvm-commits mailing list