MIPS pipeline
Akimoto Akira
这个作者很懒,什么都没留下…
展开
-
computer architecture总结
本文的目的是整合computer architecture这门课的主要知识点,并且在此基础上进行了一些深入的资料查阅和拓展,目的是为了对作者这学期内所学的知识进行串联,同时举出了一些例子方便读者更快地理解这门课所介绍的基本内容。如在本章中有任何错误请务必批评指正,欢迎各种意义上的讨论交流~原创 2020-02-25 09:19:56 · 3334 阅读 · 1 评论 -
学习日志之computer architecture(3)
目录speculation based on hwmultiple issue processor(m,n)correlating predictionbranch-target bufferspeculation based on hwspeculation is aimingto solve the particular problem happen in th...原创 2020-02-20 08:25:55 · 345 阅读 · 0 评论 -
学习日志之computer architecture(2)
content:dynamic scheduling dynamic branch prediction1. 在程序中经常会出现由于结构冒险而导致本可以先执行的语句因为前一个语句的暂停而暂停例如下div a,b,cadd d,a,esub k,f,m显然SUB指令和前面的两个指令一点关系都没有,但是由于前面的ADD和DIV有数据相关所以ADD得等DIV给值而霸占了SUB的资...原创 2020-02-19 08:28:32 · 209 阅读 · 0 评论 -
学习日志之computer architecture(1)
content:precise and imprecise exception exception order naming dependence multicycle operations branch delay slot1. when an instruction is guaranteed to complete, it is called committed. In MIP...原创 2020-02-18 08:37:04 · 184 阅读 · 0 评论