当前位置: 首页 > 工具软件 > Cling > 使用案例 >

Cling

宋昊然
2023-12-01

Cling | ROOT

Cling

The C++ interactive interpreter cling is based on LLVM and its C++ frontend clang. It will replaces ROOT's current C++ interpreter CINT. Its main advantages:

  • Production-grade parser.
  • Just-in-time compiler (JIT), allowing e.g. calls into libraries without wrappers.
  • Modular C++ API from the ground up.
  • Separate parser and execution engine.
  • C++ 11 support through clang.

 

We have announced cling to the public in 2011. cling is in a very usable state; bugs should be reported to the ROOT project here. We are currently working on the integration of cling into ROOT, i.e. replacing CINT. This work is expected to be released as ROOT 6 end of 2012.

We offer binary snapshots for download. And there are build instructions, both for a stand-alone version of cling and for cling as part of ROOT.

We even have doxygen documentation of cling's code. Presentations covering cling:

AttachmentSize
AxelNaumann-cling-GoogleTech.pdf2.27 MB
posted on 2013-01-01 19:41  lexus 阅读( ...) 评论( ...) 编辑 收藏

转载于:https://www.cnblogs.com/lexus/archive/2013/01/01/2841649.html

 类似资料:

相关阅读

相关文章

相关问答