Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×
Software

Submission + - LLVM 2.0 Released

MonkeyPox37 writes: "LLVM , an open source compiler that's an alternative to GCC, has released a major new version. From the release announcement:

LLVM 2.0 is done! Download it here: http://llvm.org/releases/ or view the release notes: http://llvm.org/releases/2.0/docs/ReleaseNotes.htm l

LLVM 2.0 is a great release in many ways. It includes a wide range of new features, new optimizations, better codegen, and new targets. We were also able to signficantly revise several core aspects of the LLVM IR and design (such as the type system and bytecode format) based on lessons learned in the LLVM 1.x series."

Slashdot Top Deals

It is easier to write an incorrect program than understand a correct one.

Working...