Linked by Thom Holwerda on Tue 11th Nov 2008 11:44 UTC, submitted by tyrione
General Development LLVM 2.4 has been released. "LLVM 2.4 includes many bug fixes, much faster compile times at -O0, substantially better code generation in various cases, a new PIC16 target, new IR features, and numerous other improvements and features (see the release notes for details)." You can get it at the project's download page.
Thread beginning with comment 337032
To view parent comment, click here.
To read all comments associated with this story, please click here.
CLang C++ Status
by tyrione on Wed 12th Nov 2008 02:49 UTC in reply to "Is it really useable?"
tyrione
Member since:
2005-11-21

This probably answers your question about the current viability of LLVM and it's CLang project with Qt's C++ Toolkit.

http://clang.llvm.org/cxx_status.html

Reply Parent Bookmark Score: 2

RE: CLang C++ Status
by adkilla on Wed 12th Nov 2008 18:16 in reply to "CLang C++ Status"
adkilla Member since:
2005-07-07

clang is not llvm-gcc. Look at this comparison at the llvm site:
http://clang.llvm.org/performance.html

How could there be performance differences between clang and llvm-gcc if they are the same compiler?

Reply Parent Bookmark Score: 1

RE[2]: CLang C++ Status
by kusami on Wed 12th Nov 2008 19:24 in reply to "RE: CLang C++ Status"
kusami Member since:
2008-11-12

Those performance figures are *compile* time not runtime.

Reply Parent Bookmark Score: 1