Cling

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:

Attachment Size
AxelNaumann-cling-GoogleTech.pdf 2.27 MB

原文链接: https://www.cnblogs.com/lexus/archive/2013/01/01/2841649.html

欢迎关注

微信关注下方公众号,第一时间获取干货硬货;公众号内回复【pdf】免费获取数百本计算机经典书籍

    Cling

原创文章受到原创版权保护。转载请注明出处:https://www.ccppcoding.com/archives/74254

非原创文章文中已经注明原地址,如有侵权,联系删除

关注公众号【高性能架构探索】,第一时间获取最新文章

转载文章受原作者版权保护。转载请注明原作者出处!

(0)
上一篇 2023年2月9日 下午4:19
下一篇 2023年2月9日 下午4:19

相关推荐