This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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: Allow pie links to create PLT entries


On Fri, Jan 30, 2015 at 11:15 AM, Sriraman Tallam <tmsriram@google.com> wrote:
>
> I have been told TEXTRELs are not preferred though I never understood why.

A TEXTREL means that the text segment must be modified at run time,
which means 1) it starts up slower; 2) the text segment can not be
shared among multiple processes, so a "shared" library is no longer
actually shared.

Of course item 2 does not matter if you expect only one user to be
running the program anyhow.

Ian


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