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: Patch for PIC mode on IA64 (fixes libgomp failures on HP-UX)



Since HP and Intel both default to the dynamic thread model, I can't
imagine the performance hit is too bad.

I don't know; as I said it is on x86 (so much that glibc has special tricks so that it can use the static thread model despite being a shared library).


How could f call a different version of g if there is a g in the same
compilation unit?

Functions in a shared library can always be overridden by the executable.


Paolo


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