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: Objects in c++ and objc


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


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