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 wrote:
Hi,

I need precise information about how GCC store the objects for c++
and objective-C

For C++, the source of information is the C++ ABI. See http://www.codesourcery.com/cxx-abi/


For Objective-C, I don't know and I suspect the answer is that the information is only in the source code to libobjc, which however is pretty manageable.

paolo


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