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]

Re: New vtable ABI (was Re: Strange behaviour in C++...)


>>>>> Jason Merrill <jason@cygnus.com> writes:

 > In this case, we will only ever have one thunk per function

Except in the case of covariant returns, I should say, where we will have
one per return adjustment.  But we know all necessary adjustments at the
point of definition of the function, so they can all be within pc-relative
branch range.

Jason


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