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: the size of tree_decl


On Fri, Feb 14, 2003 at 12:52:23PM -0700, law@redhat.com wrote:
> Again, I'm just surpried.  I thought Objective-C had virtual function
> calls.  It's possible they're implemented without using vindex.

Yep.  Such calls go into the objc runtime for the lookup, at which point
they start using __builtin_apply (a continual source of problems) and such
to bounce to the target function.


r~


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