引用本文:李文龙,林海波,汤志忠.软件流水的开销模型和决策框架.软件学报,2004,15(7):1005-1011
【打印本页】   【下载PDF全文】   查看/发表评论  【EndNote】   【RefMan】   【BibTex】
←前一篇|后一篇→ 过刊浏览    高级检索
本文已被:浏览 4554次   下载 6465 本文二维码信息
码上扫一扫!
分享到: 微信 更多
软件流水的开销模型和决策框架
李文龙1, 林海波1, 汤志忠1
清华大学,计算机科学与技术系,北京,100084
摘要:
软件流水是一种重要的指令调度技术,它通过重叠地执行不同的循环体来提高指令级并行性(instruction level parallelism,简称ILP).模调度是一类被广泛采用的软件流水调度算法.软件流水并非一种无损的优化方法,它具有一定的开销,比如延长了编译时间、增加了寄存器压力等.而且,受到体系结构、调度算法以及程序特性的限制,进行软件流水并不一定能达到理想的加速比,有时反而会引起性能下降.提出了一种面向程序特性的软件流水开销模型,对此模型下的软件流水开销进行了量化分析,并提出了一种基于相关性分析的
关键词:  软件流水  开销模型  相关性分析
DOI:
分类号:
基金项目:Supported bytheNationalNatural Science Foundation of China under Grant No.60173010(国家自然科学基金)
Cost Model and Decision Framework for Software Pipelining
LI Wen-Long,LIN Hai-Bo,TANG Zhi-Zhong
Abstract:
Software pipelining tries to improve the performance of a loop by overlapping the execution of several successive iterations. Modulo scheduling is a kind of widely used scheduling technique. The drawbacks of software pipelining, such as increased register pressure, would sometimes degrade the performance improvement that software pipelining gains. This kind of cost varies with the processor architecture, compiler optimization, and characteristics of programs. In this paper, a program characteristics oriented cost model for software pipelining is proposed, and the cost is evaluated in some aspects. A dependency based cost testing (DBCT) algorithm is developed to provide information for the compiler to decide whether to apply software pipelining or not. Experimental results show that DBCT algorithm boosts performance greatly.
Key words:  software pipelining  cost model  dependency analysis

引用本文:
【打印本页】   【下载PDF全文】   查看/发表评论  【EndNote】   【RefMan】   【BibTex】
←前一篇|后一篇→ 过刊浏览    高级检索
本文已被:浏览次   下载  
分享到: 微信 更多
摘要:
关键词:  
DOI:
分类号:
基金项目:
Abstract:
Key words: