• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Objective-C Compiler?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Objective-C Compiler?


  • Subject: Re: Objective-C Compiler?
  • From: "Erik M. Buck" <email@hidden>
  • Date: Sun, 11 Nov 2001 14:11:27 -0600

You must be thinking of POC. The "Portable Objective-C Compiler" generates
C or C++ code that is then compiled by your favorite compiler. Apple's gcc
based implementation of Objective-C is NOT a pre-processor exactly. It is
tightly integrated with the gcc code generator using exactly the same
internal API that the C and C++ front ends use. Objective-C is just another
front end for the gcc code generator back end. No *.c file or stream is
ever generated during the compilation of Objective-C with gcc.

See the gcc Objective-C front end source code for examples.

----- Original Message -----

References: 
 >OT: Objective-C Compiler? (From: "Joe Graham" <email@hidden>)

  • Prev by Date: OT: Objective-C Compiler?
  • Next by Date: Re: [Q] Get rid of NSDocumentController ?
  • Previous by thread: OT: Objective-C Compiler?
  • Next by thread: Suggestion: A Getting Started FAQ
  • Index(es):
    • Date
    • Thread