Linked by Eugenia Loli-Queru on Sat 2nd Jun 2007 22:44 UTC, submitted by Hakime
General Development During the last LLVM developers'meeting, several Apple engineers made some presentations about their work on different aspects of LLVM. One of them explains the work on "clang", a new C front-end, which will also support C++ and Objective C. Chris Lattner also discussed the use of LLVM in Leopard Open GL. Slides and videos available. Additionally, LLVM 2.0 was released recently.
Thread beginning with comment 244953
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[2]: What is LLVM?
by Almafeta on Sun 3rd Jun 2007 07:10 UTC in reply to "RE: What is LLVM?"
Almafeta
Member since:
2007-02-22

Seems interesting...

I wonder if a product like LLVM could be used to compile OS kernel code. But I'm guessing not.

Reply Parent Bookmark Score: 1

RE[3]: What is LLVM?
by kaiwai on Sun 3rd Jun 2007 08:48 in reply to "RE[2]: What is LLVM?"
kaiwai Member since:
2005-07-06

You should be able to; from what I understand, its not 'virtual machine as in the traditional sense of the word. You can also go straight to native code if you want. Its going to be interesting to see how mature LLCM is like, and much much of a role it'll play in future development of MacOS X; it will be interest if they (Apple) eventually drop GCC in favour of LLVM.

Reply Parent Bookmark Score: 3