作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2007, Vol. 33 ›› Issue (04): 256-258. doi: 10.3969/j.issn.1000-3428.2007.04.090

• 工程应用技术与实现 • 上一篇    下一篇

基于EPIC的同时多线程处理器取指策略

贾小敏,孙彩霞,张民选   

  1. (国防科学技术大学计算机学院,长沙 410073)
  • 收稿日期:1900-01-01 修回日期:1900-01-01 出版日期:2007-02-20 发布日期:2007-02-20

Instruction Fetch Policies for SMT Processors Based on EPIC

JIA Xiaomin, SUN Caixia, ZHANG Minxuan   

  1. (College of Computer, National University of Defense Technology, Changsha 410073)
  • Received:1900-01-01 Revised:1900-01-01 Online:2007-02-20 Published:2007-02-20

摘要: EPIC硬件简单,同时多线程易于开发线程级并行,在EPIC上实现同时多线程可以结合二者的优点。取指策略对同时多线程处理器的性能有重要影响。该文介绍了几种有代表性的超标量同时多线程处理器取指策略,分析了这些策略在EPIC同时多线程处理器上的适用性,提出了一种新的适用于EPIC的取指策略SICOUNT。分析表明SICOUNT策略可以充分利用EPIC软硬件协同的优势,在选择取指线程时使用编译器所提供的停顿信息,能更精确地估计各个线程的流动速度,使取出指令的质量更高。

关键词: 显式并行指令计算, 同时多线程, 取指策略, Itanium, SICOUNT

Abstract: Explicitly parallel instruction computing (EPIC) can decrease the complexity of hardware, and simultaneous multithread(SMT) has the unique ability to exploit TLP(Thread Level Parallelism), so great benefit can be obtained by combining these two techniques. Fetch policies are of great importance to the overall performance of SMT processors. This paper describes several prevailing fetch policies used in superscalar SMT processors, analyses their applicability for EPIC SMT processors, and proposes a novel fetch policy called SICOUNT (Stop ICOUNT) suitable for EPIC SMT. Detailed analysis indicates that SICOUNT strategy can take full advantage of the HW/SW Co-design characteristic of EPIC. It achieves this by taking into account the stop hints generated by EPIC compiler. This makes it easier for SICOUNT to evaluate the flowing speed of each thread more precisely, and to fetch instructions with better quality.

Key words: Explicitly parallel instruction computing (EPIC), Simultaneous multithread(SMT), Fetch policy, Itanium, SICOUNT