I heard that Apple is going to replace the GNU compiler built into Xcode with a new compiler. What is the new compiler and what type of changes can we expect to see?
Tell me more
×
Programmers Stack Exchange is a question and answer site for
professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.
|
migrated from stackoverflow.com Jan 29 '12 at 17:56
|
It's clang, it's hosted at www.llvm.org. The transition is already well underway -- GCC 4.2 has already been dropped, although GCC 4.2 + LLVM is still shipped with the current release.
There's too much to list, but the links above should be a good start. |
|||||
|
|