CSAPP¶
约 105 个字 预计阅读时间不到 1 分钟
Abstract
这是我对《深入理解计算机系统》一书的读书笔记。
参考:
- 《深入理解计算机系统》
- Computer System: A Programmer's Perspective
- CMU 15-213
Table of Content¶
- Chapter 1: A Tour of Computer Systems
- Chapter 2: Representing and Manipulating Information
- Chapter 3: Machine-Level Representation of Programs
- Chapter 4: Processor Architecture
- Chapter 5: Optimizing Program Performance
- Chapter 6: The Memory Hierarchy
- Chapter 7: Linking
- Chapter 8: Exceptional Control Flow
- Chapter 9: Virtual Memory
- Chapter 10: System-Level I/O
- Chapter 11: Network Programming
- Chapter 12: Concurrent Programming
- Supplement: Digital Design