LLVM全称是 Low Level Virtual Machine
[quote]LLVM is a robust system, particularly well suited for developing new mid-level language-independent analyses and optimizations of all sorts, including those that require extensive interprocedural analysis. LLVM is also a great target for front-end development for conventional or research programming languages, including those which require compile-time, link-time, or run-time optimization for effective implementation, proper tail calls or garbage collection[/quote]
主页在这里
http://llvm.org/
这里有个介绍的PPT:
http://llvm.cs.uiuc.edu/pubs/2007-03-12-BossaLLVMIntro.pdf
可惜自己编译的知识太匮乏了。。准备好好补补,然后再研究研究这个..
[quote]LLVM is a robust system, particularly well suited for developing new mid-level language-independent analyses and optimizations of all sorts, including those that require extensive interprocedural analysis. LLVM is also a great target for front-end development for conventional or research programming languages, including those which require compile-time, link-time, or run-time optimization for effective implementation, proper tail calls or garbage collection[/quote]
主页在这里
http://llvm.org/
这里有个介绍的PPT:
http://llvm.cs.uiuc.edu/pubs/2007-03-12-BossaLLVMIntro.pdf
可惜自己编译的知识太匮乏了。。准备好好补补,然后再研究研究这个..