This is the mail archive of the gcc@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: RFC: Move .plt after .text in x86-64 binaries


One issue with

text
PLT
readonly data
GOT

layout is it uses smaller data size for larger text size since the layout with
data is

text
PLT
readonly data
GOT
data

The data size is reduced by PLT size.  If PLT is very large, impact
may be visible.


-- 
H.J.


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