期刊文献+
共找到1篇文章
< 1 >
每页显示 20 50 100
基于region的动态重用技术
1
作者 张可新 张兆庆 《计算机科学》 CSCD 北大核心 2003年第2期121-124,共4页
Empirical observations suggest that many instructions and groups of instructions having the same inputs,and producing the same outputs. Such instructions do not have to be executed repeatedly-their result can be obtai... Empirical observations suggest that many instructions and groups of instructions having the same inputs,and producing the same outputs. Such instructions do not have to be executed repeatedly-their result can be obtained from records where they have been saved previously. This paper proposes an approach that uses compiler technique to exploit reuse for instruction group. In this approach ,the compiler first identifies code regions whose computation can be reused during dynamic execution. For each region,a library routing is invoked before the instruction in the region is executed. The function of the library routes is to record several instances of the region execution,including input register values and output register values. When it is found that a region has an instance that can be reused,then all the instructions in the region can be skipped and hence improve the performance. 展开更多
关键词 region 动态重用技术 编译程序 编译器 计算机
在线阅读 下载PDF
上一页 1 下一页 到第
使用帮助 返回顶部