On Dec 6, 2006, at 8:19 AM, Come Lonfils wrote:
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.
I'd probably look at this from a gdb standpoint. You then just have
to be able to follow along with gdb. Do stepi and display/1i $pc
type things to watch what goes one. From there, you can read the
runtime source code to fill in the gaps.
I'm not aware of a user level doc for this, but google might find
one, I didn't check.