Displaying 1 result from an estimated 1 matches for "r231584".
Did you mean:
r231585
2015 Mar 11
9
[LLVMdev] On LLD performance
...s 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 r231432
<http://reviews.llvm.org/rL231432> are effective but minor improvements.
At this point, the resolver is bottleneck. Readers introduce surprisingly
small delay when linking large binaries, probably thanks to parallel file
loading and archiv...