摘要
在现代微处理器设计中,推断和预测成为开发指令级并行性ILP(Instruction-Level Parallelism)的两种重要技术途径。通过移植GCC可以开发出运行在不同系统平台的高效快速的编译系统。分析了GCC对编译优化的支持,总结了推断和预测在GCC移植过程中的实现方案。
Predication and speculation are the key techniques in the design of modem high performance microprocessors in order to expose sufficient amounts ofinstruction-level parallelism to the hardware. By porting GCC, the effective compiler systems for different platforms can be developed. The support of GCC to the compiling optimization was analyzed, and the implementation of predication and speculation on porting of GCC was presented.
出处
《计算机工程与设计》
CSCD
北大核心
2005年第8期1980-1981,1985,共3页
Computer Engineering and Design
基金
国家973重点基础研究发展规划基金项目(G1999032902)
关键词
指令级并行
推断与预测
GCC
编译优化
instruction-level parallelism
predication and speculation
GCC
compiler optimization