Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!border4.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!news.iecc.com!nerds-end From: Timothy Knox Newsgroups: comp.compilers Subject: Re: Information about objective C implementation Date: Fri, 9 Sep 2011 13:42:28 -0700 Organization: Compilers Central Lines: 20 Sender: news@iecc.com Approved: comp.compilers@iecc.com Message-ID: <11-09-014@comp.compilers> References: <11-09-011@comp.compilers> <11-09-012@comp.compilers> NNTP-Posting-Host: news.iecc.com X-Trace: gal.iecc.com 1316148597 51813 64.57.183.58 (16 Sep 2011 04:49:57 GMT) X-Complaints-To: abuse@iecc.com NNTP-Posting-Date: Fri, 16 Sep 2011 04:49:57 +0000 (UTC) Keywords: C, code Posted-Date: 16 Sep 2011 00:49:57 EDT X-submission-address: compilers@iecc.com X-moderator-address: compilers-request@iecc.com X-FAQ-and-archives: http://compilers.iecc.com Xref: x330-a1.tempe.blueboxinc.net comp.compilers:264 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/