[llvm-dev] LLD Build Improvements

Eric Christopher via llvm-dev llvm-dev at lists.llvm.org
Fri Aug 23 18:03:26 PDT 2019


As a quick summary, when we moved from gold to lld at Google we found
that nearly every link sped up by a significant amount and took less
memory. The only area that was a concern is gdb_index creation used
more memory and slowed down the link, but it was still faster than
gold. The range of binaries that sped up was everything from simple
unit tests to large binaries.

-eric

On Fri, Aug 23, 2019 at 4:47 PM Nicholas Krause via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
>
> Greetings All,
>
> I was wondering what projects seem to improve the most from lld as a
> linker. It s
>
> seems to mostly be browsers and games but if someone has something else
>
> I would be interested to hear what. The site doesn't really talk about what
>
> projects improve the most so I would be curious to hear what does and
>
> even if possible why.
>
>
> Nick
>
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev


More information about the llvm-dev mailing list