← Back to team overview

opencog-dev team mailing list archive

LLVM Low Level Virtual Machine optimizing compiler

 

Hi All,

On the subject of parallelism (and, in this case, extracting it from
unmodified code rather than specifying it), http://llvm.org/ is an
interesting project to watch.

A concise writeup of how it works, and the parts of GCC that it replaces:
http://www.appleinsider.com/articles/08/06/20/apples_other_open_secret_the_llvm_complier.html

-dave