[lld] r269982 - Drop vestigial support for UseLazyBinding=false.

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Wed May 18 14:59:58 PDT 2016


On 18 May 2016 at 17:14, Rui Ueyama <ruiu at google.com> wrote:
> Thank you for doing this. We could alternatively add "-z now" to make this
> switch available to the user, but I prefer removing options rather than
> adding ones.

Funny thing, I started by doing just that. I then noticed that the
savings by having a more specialized "-z now" format were really small
compared to the cost of not doing lazy binding.

Cheers,
Rafael


More information about the llvm-commits mailing list