【发布时间】:2015-06-04 09:19:53
【问题描述】:
linker from the LLVM projectlld 目前每周都在开发新功能。它的开发者承诺lld 比ld 更快。与gold相比,它的竞争力如何?
lld 是 ld 的直接替代品吗?与gold there are some hoops to jump through.
【问题讨论】:
-
他们声称使用新的 ELF lld 链接 Clang 的速度是 Gold 的两倍,但二进制文件更大。尽管缺少一些功能,但这看起来很有希望。 lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20151005/…
-
通过 lld 和 FreeBSD 的 WIP 补丁,可以链接工作的基本系统内核和用户空间。 来源:lists.llvm.org/pipermail/llvm-dev/2016-August/103998.html