Re: Objects in c++ and objc

2006-11-28 Thread Ian Lance Taylor
Come Lonfils <[EMAIL PROTECTED]> 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)

Re: Objects in c++ and objc

2006-11-28 Thread Paolo Bonzini
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

Objects in c++ and objc

2006-11-28 Thread Come Lonfils
Hi, 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