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

Reply via email to