Objects in c++ and objc
Ian Lance Taylor
iant@google.com
Tue Nov 28 15:26:00 GMT 2006
Come Lonfils <Come.Lonfils@ulb.ac.be> writes:
> I need precise information about how GCC store the objects for c++
> and objective-C. I'm trying to know what are the difference between
> both. I need a very precise description of both. Do you know where I
> can found this information (except in gccint), books or other? Maybe
> it's not the best place to ask but I find this information nowhere.
For C++, you can find the precise description here:
http://codesourcery.com/cxx-abi/
It says it is for the Itanium, but gcc uses it for everything.
For Objective C, I don't know.
Ian
More information about the Gcc
mailing list