[PATCH] D37333: [ELF, draft] - Combine GOTPLT and GOT slots.

Rafael Avila de Espindola via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 6 12:57:47 PDT 2017


George Rimar via Phabricator <reviews at reviews.llvm.org> writes:

> Patch do next things:
>
> 1. It introduces `.plt.got` section. Name is consistent with bfd.
>

I agree that the is not enough evidence that the optimization is common
enough to be useful, but the idea of a smaller non-lazy plt entry might
be independently useful for when '-z now' is used. Does bfd do that?

Cheers,
Rafael


More information about the llvm-commits mailing list