This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [I don't think it's off-topic at all] Linking speed for C++
Richard Henderson <rth@redhat.com> writes:
> Of course, there is another way to avoid these problems that
> hasn't been mentioned yet -- build the application PIC as well.
On some platforms, this doesn't work the way you'd like. Instead, the
PIC code is fully resolved at link time... and still generating PLT
entries or COPY relocs.
--
- Geoffrey Keating <geoffk@geoffk.org>