2) compiler optimization
编译器优化
1.
Introduced the embedded system processor resource distribution principle and the occered question,this paper proposes the compiler optimization technology based on register for enhance the processor performance.
介绍了嵌入式系统处理器的资源分配原理及其存在问题,为了提高嵌入式系统性能,提出了基于寄存器的编译器优化技术,在寄存器和Cache之间增加一级起特殊缓冲作用的寄存器,用于寄存器的快速恢复和保留。
2.
This paper presents a compiler optimization technique specific to instruction set of IXP network processor.
该文介绍一种针对IXP网络处理器指令集的编译器优化技术,该技术将位信息记录引入到传统数据流分析过程当中,通过使用模式匹配技术生成高效的目标代码,试验数据表明利用位操作优化最终生成的指令数可以减少1。
3) compiler optimization
编译优化
1.
However, its increased complexity brought about challenges to compiler optimizations.
XScale引入了一系列高性能微处理器的设计技术,XScale体系结构的复杂性给编译优化带来了挑战。
2.
Basic-Block reordering is a kind of compiler optimization technique which has the effect of reducing branch penalty and I-cache miss cost by reordering basic blocks in memory.
基本块重排是一类通过重新排布基本块在存储中的位置,以减少转移开销和指令cache失效率的编译优化技术。
3.
Based on loop-carried dependence of global schedule, the compiler optimization technology of low power software pipeline scheduling is studied as a kind of ILP formulation for a given loop L under the configuration M with dynamic frequency/voltage scalable multi -function units.
对具有可动态独立调整运行频率/电压的多功能部件配置结构M,基于全局调度的循环依赖关系,使用ILP形式化框架,研究了对给定循环L进行动态频率/电压调整的低功耗软件流水调度的编译优化技术,提出了一种合理而有效的低功耗最优化软件流水调度方法,使其在运行时保持性能不变而消耗的功耗/能量最小。
4) compilation optimization
编译优化
1.
Method of compilation optimization for avoiding the execution of useless instructions in PLC
一种避免PLC无效指令执行的编译优化方法
2.
Compilation optimization is an important aspect of the compiler design.
编译优化是编译器设计的一个重要方面,尤其是在高性能编译器设计中,先进的编译优化技术可以大幅提高编译器的性能。
5) compiling optimization
编译优化
1.
Approach based on compiling optimization and disassembling to detect program similarity;
基于编译优化和反汇编的程序相似性检测方法
2.
Program Control Structure Generation Algorithm for Compiling Optimization Testing;
一种用于测试编译优化的程序控制结构生成算法
6) Optimizing Compilation
优化编译
1.
High Level Shading Language and Its Optimizing Compilation;
高级着色语言及其优化编译
2.
Two kinds of program transformations widely-used in optimizing compilation, statement exchange and variable substitution, are investigated and their soundness conditions are formally defined with CTL-FV, an extension of the temporal logic CTL (computation tree logic).
基于时序逻辑CTL(computation tree logic)的一种扩展CTL-FV对优化编译中的语句交换和变量替换这两种常见变换的保义性条件给出了形式刻画,采用含条件重写规则定义了保义语句交换Texch和保义变量替换Tsub,并基于一种归纳证明框架对它们的保义性进行了证明。
补充资料:优化
优化
optimization
youhuQ优化(oPtimization)在语言处理过程中为提高程序质量而采用的技术。需求级、功能级和设计级语言处理系统的优化技术尚处于实验探索阶段,实现级语言处理系统尤其编译程序的优化技术发展较早、较为成熟。 编译阶段上可进行的优化分为中间代码级的优化和机器代码级的优化,又分别称为与机器无关的优化和与机器有关的优化。 中间代码级的优化有表达式优化、循环优化等。表达式优化通常有合并常量运算、提取公共子表达式、布尔表达式优化等。循环优化通常有外提循环不变式、强度削减等技术。 机器代码级的优化有寄存器优化、机器指令的有效利用等。 从涉及的范围上优化技术又可分为局部优亿和奎局化化。若优化涉及的范围是一个基本块,则称为局部优化,否则称为全局优化。 在优化工作中循环优化,尤其是与内循环有关的优化特别重要,它对程序的质量有显著影响。 优化技术的基础是数据流分析和控制流分析等。 目标程序的质量不仅与编译的优化技术有关,而且与源程序所采用的算法有关。求解一个问题的算法可能有许多,它们的复杂度常常会有数量级上的差异。采用高质量算法的源程序是提高目标程序质量的关键所在。
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条