This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Unreviewed patch for PR 11297


>>>>> Jakub Jelinek writes:

>> What is the benefit of the vthunk static alias anyway?

Jakub> Avoiding call through .plt or .got access in most arches, often saving
Jakub> a dynamic relocation.

	I think if I understand the purpose, then all ABI_AIX systems do
that automatically in the linker: the caller always treats the call as
local and the linker creates a stub if it is not.

	Okay, go ahead and commit the patch.  We'll see what breaks -- if
we can tell amid the current mess.

David


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]