- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
面向微处理器猜测执行过程中预载入数据的
Cache污染控制方法
张骏(西安交通大学电学院, 陕西 西安710049)Zhangjun2008@
摘 要:“存储墙”问题已经成为处理器性能提升的主要障碍,而处理器内核猜测执行预测路径上访存指令所导致Cache污染会严重影响处理器性能。本文提出一种针对数据的CSDA。首先,利用置信度评估技术从所有预测路径中分离出错误概率较大的路径。然后,根据低置信度污染型访存指令识别历史表将低置信度预测路径上的访存指令划分为预取型和污染型,为污染型的访存指令建立低优先级Load/Store队列,并采用污染数据Cache存储污染数据。仿真结果表明,在双核模式下,CSDA策略相对于baseline结构来说, L1 D-Cache缺失率降低幅度从9%-23%,平均降低了17%;L2 Cache缺失率的下降范围从1.02%-14.39%,平均为5.67%;IPC的提升幅度从0.19%-5.59%,平均为2.21%。
关键词:处理器; 存储系统; 置信度评估; Cache污染中图法分类号:TP303 文献标识码:AA Cache Pollution Control Method for Pre-Loaded Data During
Microprocessor’s Speculative Execution
Zhang Jun
(Department of Computer Science and Engineering, Xi’an JiaoTong University, Xi ’an, Shaan’Xi, China 710049)
Abstract:“Memory Wall” problem already became the chief obstacle for processor performance promotion. Cache pollution caused by the speculative execution of memory accessing instructions in predictive path may affect the performance of processor seriously. This paper proposes a cache pollution control method for predictive path during speculative execution based on confidence estimation, called CSDA. First of all, confidence estimation technique can be used to separate out the more likely mis-predictive paths from all predictive paths adaptively. Second, all memory accessing instructions in low confidence predictive path are divided into pre-fetching type and polluting type according to the low confidence polluting type memory accessing recognition history table adaptively. A special low priority Load/Store queue is created for these polluting type memory accessing instructions, and polluting data cache is used to store polluting data. In brief, CSDA may alleviate the negative effect of cache polluting data, and promotes the effective memory bandwidth. Simulation result indicates that, in dual-core configuration, CSDA could avoid most cache pollution and upgrade performance. Relative to the baseline architecture, miss rate reduction of D-Cache ranges from 9% to 23%, averagely 17%. Miss r
文档评论(0)