计分板 (处理器)
外观
计分板(英語:Scoreboarding)是CDC 6600计算机中的流水线处理器所用到的一种技术,该方法主要将顺序执行的汇编语言代码进行动态调度,从而实现高效、无误的乱序执行。[1]计分板机制会记录、分析不同指令之间的数据相关性。只有当一条指令与之前已发射(issue)的指令之间的冲突消失之后,这条指令才会被发射、执行。如果某条指令由于数据冲突而停顿,计分板会监视正在执行的指令流,在所有数据相关性造成的冲突化解之后通知停顿的指令开始执行。
相关条目
[编辑]参考文献
[编辑]- ^ Thornton, James E. Parallel operation in the control data 6600. Proceedings of the October 27–29, 1964, fall joint computer conference, part II: very high speed computer systems. AFIPS '64. San Francisco, California: ACM: 33–40. 1965. doi:10.1145/1464039.1464045.
外部链接
[编辑]- Dynamic Scheduling - Scoreboard(页面存档备份,存于互联网档案馆)
- Computer Architecture: A Quantitative Approach, John L. Hennessy & David A. Patterson
- EECS 252 Graduate Computer Architecture Lec XX - TOPIC(页面存档备份,存于互联网档案馆), Electrical Engineering and Computer Sciences, Berkeley, University of California.