Learning Computer Architecture
latest
1. 计算机设计的量化原理
2. What is Computer Architecture?
3. 存储器层级结构
Learning Computer Architecture
Welcome to my notes on Computer Architecture!
在 GitHub 上编辑
Welcome to my notes on Computer Architecture!
这里记录了一些关于计算机体系结构的学习笔记,包括一些CMU447的课程内容,以及《计算机体系结构:量化研究方法》的笔记。
备注
文档内容在不断更新中。想要催更可以到Github上提issue :)
Contents
1. 计算机设计的量化原理
1.1. Amdahl定律
1.2. 处理器性能公式
2. What is Computer Architecture?
2.1. Introduction to Computer Architecture
2.2. Fundamentals of Instruction Set Architecture (ISA)
3. 存储器层级结构
3.1. 处理器层次结构中的缓存
3.2. 缓存性能
3.3. 高速缓存存储器
3.4. 损失代价与乱序执行处理器
3.5. 存储器层次结构设计