计算机组成与设计:硬件/软件接口 MIPS版(原书第6版)

- 书名:计算机组成与设计:硬件/软件接口 MIPS版(原书第6版)
- 作者: DavidA.Patterson JohnL.Hennessy
- 格式:PDF
- 时间:2024-07-31
- 评分:
- ISBN:9787111708865
内容简介:
David A. Patterson
加州大学伯克利分校计算机科学系教授,美国国家工程研究院院士,IEEE和ACM会士,曾因成功的启发式教育方法被IEEE授予James H. Mulligan,Jr教育奖章。他因为对RISC技术的贡献而荣获1995年IEEE技术成就奖,而在RAID技术方面的成就为他赢得了1999年IEEE Reynold Johnson信息存储奖。2000年他和John L. Hennessy分享了John von Neumann奖。
John L. Hennessy
斯坦福大学校长,IEEE和ACM会士,美国国家工程研究院院士及美国科学艺术研究院院士。Hennessy教授因为在RISC技术方面做出了突出贡献而荣获2001年的Eckert-Mauchly奖章,他也是2001年Seymour Cray 计算机工程奖得主,并且和Davi...
下载地址:
标签:
文章链接:https://www.dushupai.com/book-content-60467.html(转载时请注明本文出处及文章链接)
最新评论:
更多
-
魏自新自律2023-12-27非常好,非常有趣。读了300多页,感觉得回来二刷了,东西比较多碎。处理器,寄存器,高速缓冲存储器。一个一个弄懂麻烦一些。
最新书摘:
更多
-
偏扁豆2024-10-27DRAM:动态随机访问存储器,集成电路形式的存储器,可随机访问任何地址的存储内客。访问时间大约为50ns,在2012年时每gigabyte售价5~10美元。cache:一种小而快的存储器,一般作为大而慢的存储器的缓存。cache使用SRAM。SRAM:静态随机访问存储器,集成电路形式的存储器比DRAM速度更快,集成度更低。随机访问代表访问数据的效率是O(1)
-
70862022-01-11For example, as Figure 4.34 shows, the instruction memory is used during only one of the five stages of an instruction, allowing it to be shared by following instructions during the other four stages. To retain the value of an individual instruction for its other four stages, the value read from instruction memory must be saved in a register. Similar arguments apply to every pipeline stage, so we must place registers wherever there are dividing lines between stages in Figure 4.33. Returning to our laundry analogy, we might have a basket between each pair of stages to hold the clothes for the next step.
-
70862022-01-10One popular approach to dynamic prediction of branches is keeping a history for each branch as taken or untaken, and then using the recent past behavior to predict the future. As we will see later, the amount and type of history kept have become extensive, with the result being that dynamic branch predictors can correctly predict branches with more than 90% accuracy(see Section 4.8). When the guess is wrong, the pipeline control must ensure that the instructions following the wrongly guessed branch have no effect and must restart the pipeline from the proper branch address.
猜你喜欢:
-
学习教育
-
学习教育
-
学习教育
-
学习教育
-
学习教育
-
学习教育
-
学习教育
-
学习教育