Groups | Search | Server Info | Keyboard shortcuts | Login | Register
Groups > comp.compilers > #262
| From | jacob navia <jacob@spamsink.net> |
|---|---|
| Newsgroups | comp.compilers |
| Subject | Re: Information about objective C implementation |
| Date | 2011-09-09 10:56 +0200 |
| Organization | lccwin |
| Message-ID | <11-09-012@comp.compilers> (permalink) |
| References | <11-09-011@comp.compilers> |
Le 08/09/11 19:43, jacob navia a icrit : > I would like information about the objective C implemntation of gcc > under OSX (Apple) > jacob > [I'd start here: > http://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ObjCRun timeRef/Reference/reference.html#//apple_ref/doc/uid/TP40001418 > -John] That is a start of course, but it describes only an API to add classes and methods to classes dynamically at run time. What I would like to do is to know what should I generate to do that at compile time, i.e. when I compile objective C source. Thanks for the tip anyway. jacob [I suspect you'll get your answer more quickly by compiling test programs and looking at the code than looking for documentation. The GCC docs are chronically way behind where the code is. -John]
Back to comp.compilers | Previous | Next — Previous in thread | Next in thread | Find similar
Information about objective C implementation jacob navia <jacob@spamsink.net> - 2011-09-08 19:43 +0200
Re: Information about objective C implementation jacob navia <jacob@spamsink.net> - 2011-09-09 10:56 +0200
Re: Information about objective C implementation Timothy Knox <tdk@thelbane.com> - 2011-09-09 13:42 -0700
csiph-web