谷歌浏览器插件
订阅小程序
在清言上使用

The Compiler of DFC - A Source Code Converter that Transform the Dataflow Code to the Multi-threaded C Code.

PDCAT(2020)

引用 0|浏览3
暂无评分
摘要
The working principle of DFC compiler is introduced in this article. DFC is a grammatical extension of standard C language, with special DF function which describe the dependence of computing DAG. DFC compiler, dfcc, is used to convert the DFC source codes to standard C codes with the assistance of multi-threaded library. The lexical rules and grammatical rules are used to setup the AST of DFC codes, and then it is converted to the AST of standard C without DF function nodes. The derived AST is printed into a text file, a normal C file, and finally is processed by GCC to obtain the executable file. The experiment gives some demonstration of that converting details, and the memory footprint is studied to show an ideal scalability.
更多
查看译文
关键词
dataflow code,compiler,source code converter,dfc,multi-threaded
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要