引用本文: | 王绍刚,徐炜遐,庞征斌,等.PMESI:一种优化进程私有数据访问的缓存一致性协议.[J].国防科技大学学报,2013,35(1):97-102.[点击复制] |
WANG Shaogang,XU Weixia,PANG Zhengbin,et al.PMESI:optimizing memory performance by selectively deactivating cache coherence for private pages[J].Journal of National University of Defense Technology,2013,35(1):97-102[点击复制] |
|
|
|
本文已被:浏览 8028次 下载 6315次 |
PMESI:一种优化进程私有数据访问的缓存一致性协议 |
王绍刚, 徐炜遐, 庞征斌, 吴丹, 戴艺, 陆平静 |
(国防科技大学 计算机学院,湖南 长沙 410073)
|
摘要: |
并行应用程序中绝大部分的访存是对私有数据的访问,在cache一致性协议上不会产生冲突。传统一致性协议没有根据程序私有数据的访问模式进行针对性设计,存在着很大的优化空间。针对以上的问题,提出了一种支持私有状态的cache一致性协议PMESI,通过动态关闭和激活内存空间的cache一致性目录,优化私有内存空间的访问延迟和功耗。通过时钟精确模拟器的测试,PMESI协议优化了程序中54%的访存,并行程序的执行时间平均缩短了9%。 |
关键词: PMESI协议 私有内存空间 目录协议 操作系统 |
DOI: |
投稿日期:2012-03-17 |
基金项目:国家自然科学基金资助项目(60803040,61003301);国家863计划项目(2012AA01A301) |
|
PMESI:optimizing memory performance by selectively deactivating cache coherence for private pages |
WANG Shaogang, XU Weixia, PANG Zhengbin, WU Dan, DAI Yi, LU Pingjing |
(College of Computer, National University of Defense Technology, Changsha 410073, China)
|
Abstract: |
Parallel program has significant percentage of memory requests that target only private data, which does not need to resolve cache coherence conflicts. Yet traditional coherence protocol does not distinguish between shared and private blocks, which leaves much optimization space. An optimized cache coherence protocol, called PMESI, which dynamically deactivates coherence maintenance for private memory space, was suggested. PMESI achieves two distinguishing features: the reduction of memory access latency and system power consumption. Simulation results on the cycle accurate simulator show that 54% memory references can be efficiently optimized and the program execution time is reduced 9% on average. |
Keywords: PMESI protocol private memory space directory coherence protocol operating system |
|
|