Great Ideas in Computer Architecture (Machine Structures)¶
References.
- UC Berkeley CS61C course page
- Github-Anderson/CS110P, will be available when the course is finished.
Great Ideas in Computer Architecture¶
- Abstraction(layers of representation/interpretation)
- Moore’s law (designing through trends)
- Make the common case fast
- Principle of locality (memory hierarchy)
- Parallelism(pipeline as a special case)
- Performance measurement & improvement
- Dependability via redundancy