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: messages in objective-C


Hi,
I'm trying to know more about how messages are send to the
objects in objective-C, how they are store,...

In which structures en how?
Where should I look in the source code of gcc to know it?
I looked in libobjc but I'm a bit lost.

Thanks very much

See How Messaging Works document at


http://developer.apple.com/documentation/Cocoa/Conceptual/ObjectiveC/Articles/chapter_4_section_6.html

All related GCC compiler code is in gcc/objc/objc-act.c source file.

-
Devang


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