摘要
快速高效地开发编译器对体系结构研究有重要意义。可重定义目标编译器将编译器中与体系结构相关的部分进行了较好的隔离。只需要修改与目标机相关的部分,就可以快速生成新的编译器。该文就可重定义目标编译器的概念、原理、设计和实现方法进行了论述。
: It's important to quickly develop a compiler in the research of computer architecture.The retargetable compiler separates the section dependent on the architecture from the independent section.You can just modify the architecture-dependent section to create compilers easily.This article discusses the concept,principle,and design of such tools.
出处
《计算机工程与应用》
CSCD
北大核心
2001年第7期61-63,72,共4页
Computer Engineering and Applications
基金
863计划"的支持!(编号:863-306-ZT01-07-2)
关键词
可重定义目标编译器
代码生成器
硬编码
计算机
: retargetable compiler,Code Generator Generator(CGG),Code Generator(CG),reconfiguration,hard-coded,cost