期刊文献+
共找到2篇文章
< 1 >
每页显示 20 50 100
编译器中的edge profiling设计和实现 被引量:5
1
作者 董希谦 张兆庆 《计算机科学》 CSCD 北大核心 2003年第1期46-48,66,共4页
Many compiler optimization techniques depend on which part code has been executed frequently. Profilingwill trace and record these information that a compiler needs automatically, which is useful to other phases durin... Many compiler optimization techniques depend on which part code has been executed frequently. Profilingwill trace and record these information that a compiler needs automatically, which is useful to other phases duringcompile. Profiling will instrument some internal code that gather these information during a program executes. For ex-ample, edge profiling computes the frequency of basic block and the probability of edge in control flow graph. Valueprofiling determine which variables have invariant behavior.This paper explores the basic block frequency found from edge profiling. We use the edge profiling to performsome optimization for Spec2000 test cases, showing that the optimization base edge profiling can reduce a program'sexecution time up to 5 %. 展开更多
关键词 编译器 edgeprofiling 设计 编译程序 代码优化 开放源代码
下载PDF
龙芯/ORC编译器中的Edge Profiling技术
2
作者 梁珊珊 张军超 冯晓兵 《计算机工程》 CAS CSCD 北大核心 2007年第13期78-80,共3页
在程序实际执行中,Profiling技术能为编译器提供准确的轮廓信息。编译优化借助这种轮廓信息,可在优化时进行取舍,提高生成代码性能。该文介绍了在龙芯/ORC编译器中edge profiling的技术,给出了在edge profiling辅助下CPU2000性能测试结果。
关键词 轮廓信息 edgeprofiling 龙芯/ORC编译器
下载PDF
上一页 1 下一页 到第
使用帮助 返回顶部