引用本文:漆锋滨,王 飞,李中升.反馈指导的链式数据结构预取优化.软件学报,2009,20(zk):34-39
【打印本页】   【下载PDF全文】   查看/发表评论  【EndNote】   【RefMan】   【BibTex】
←前一篇|后一篇→ 过刊浏览    高级检索
本文已被:浏览 4531次   下载 7550 本文二维码信息
码上扫一扫!
分享到: 微信 更多
反馈指导的链式数据结构预取优化
漆锋滨1, 王 飞, 李中升
江南计算技术研究所,江苏 无锡 214083
摘要:
传统的基于静态编译的数据预取大多针对数组访问,现在的应用程序中大量出现由指针构成的链式数据结构,依赖传统的编译方法难以进行预取优化.反馈式数据预取优化技术是当前高性能计算技术中前沿的一种编译优化手段,可以很好地解决链式结构的预取问题.在研究ORC编译器反馈式编译优化技术的基础上,针对Alpha结构的特点,对针对链式结构的反馈式数据预取进行了优化.SPEC2000测试表明,平均性能提高了4.1%.
关键词:  反馈式编译优化  数据预取  跨度反馈  指针追逐  链式数据结构
DOI:
分类号:
基金项目:Supported by the National Basic Research Program of China under Grant No.2007CB310907 (国家重点基础研究发展计划(973))
Feedback Directed Prefetching Optimization for Linked Data Structure
QI Feng-Bin,WANG Fei,LI Zhong-Sheng
Abstract:
Traditional data prefetching based on static compiler analysis mainly aims at array access. Now, linked data structures due to pointers abound in applications, which is difficult to prefetch by traditional technique. Feedback directed data prefetching optimization has become one of the advanced compiler optimization techniques. it can do well in linked data prefetching. This paper researches the profile guided optimization in ORC compiler, improves the prefetching algorithm according to features of Alpha architecture. SPEC2000 performance test shows 4.1% speedup.
Key words:  feedback directed optimization  data prefetching  stride profiling  pointer chasing  linked data structure