clang llvm的相關文章
Cling | ROOT

Cling | ROOT

瀏覽:831
日期:2024-09-02
What is Cling Cling is an interactive C++ interpreter, built on the top of LLVM and Clang libraries. Its advantages over the standard interpreters are that it has command line prompt and uses just-in-time (JIT) compiler for compilation. Many of the develo...看更多