Re: Information about objective C implementation

Timothy Knox <tdk@thelbane.com>
Fri, 9 Sep 2011 13:42:28 -0700

          From comp.compilers

Related articles
Information about objective C implementation jacob@spamsink.net (jacob navia) (2011-09-08)
Re: Information about objective C implementation jacob@spamsink.net (jacob navia) (2011-09-09)
Re: Information about objective C implementation tdk@thelbane.com (Timothy Knox) (2011-09-09)
| List of all articles for this month |

From: Timothy Knox <tdk@thelbane.com>
Newsgroups: comp.compilers
Date: Fri, 9 Sep 2011 13:42:28 -0700
Organization: Compilers Central
References: 11-09-011 11-09-012
Keywords: C, code
Posted-Date: 16 Sep 2011 00:49:57 EDT

Somewhere on Shadow Earth, at Fri, Sep 09, 2011 at 10:56:00AM +0200, jacob navia wrote:
> 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.


You might also find the following a good place to start:


http://clang.llvm.org/



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.