the size of tree_decl
Richard Henderson
rth@redhat.com
Fri Feb 14 22:20:00 GMT 2003
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~
More information about the Gcc
mailing list