Displaying 1 result from an estimated 1 matches for "r231585".
Did you mean:
r231584
2015 Mar 11
9
[LLVMdev] On LLD performance
...ion is independent,
you basically get linear performance gain by using threads. Previously it
took about 2 seconds to apply 10M relocations (the number in the commit
message is wrong) on my machine, but it's now 300 milliseconds, for
example. This technique should be applicable to other ports.
r231585 <http://reviews.llvm.org/rL231585> changes the algorithm to create
base relocations so that we can use parallel_sort. Unfortunately, base
relocations are Windows specific, I don't think this technique is
applicable to other ports.
r231584 <http://reviews.llvm.org/rL231584> and r231...