Skip to content

计算机系统结构(2月2日)

lirui edited this page Feb 3, 2021 · 2 revisions

Dynamically Scheduled Pipelines————Tomasulo‘s Algorithm

计分牌算法采用集中式控制,Tomasulo采用分散控制

Used in IBM 360/91 FPU (before caches)

Goal: high FP performance without special compilers

比较典型:Alpha 21264, HP8000, MIPS 10000, Pentium III, Power PC 604,...

通过控制和buffer分布式来实现,有个保留栈,指针的思想

通过寄存器重命名解决冲突

Clone this wiki locally