[lld] r232460 - [ELF] Use parallel_for_each for writing.

Rafael EspĂ­ndola rafael.espindola at gmail.com
Wed Mar 18 09:40:33 PDT 2015


On 18 March 2015 at 12:38, Rui Ueyama <ruiu at google.com> wrote:
> It's not strange. Making something parallel doesn't always make it run
> faster. Oftentimes it makes thing even slower. That's the whole point why I
> emphasized the importance of accurate benchmark. (Note that this is a result
> of linking Clang. You might see different results depending on programs.)
>
> Rafael, it's the ELF writer. Unless you cross link ELF executables on
> Windows, this piece of code is not executed on Windows.

Yes, what I meant was copying a linux build dir to a windows machine
for testing.

Cheers,
Rafael



More information about the llvm-commits mailing list