Microprocessor Architecture: From Simple Pipelines to Chip Multiprocessors
Cambridge University Press, 12/7/2009
EAN 9780521769921, ISBN10: 0521769922
Hardcover, 382 pages, 25.3 x 21.5 x 2.5 cm
Language: English
This book gives a comprehensive description of the architecture of microprocessors from simple in-order short pipeline designs to out-of-order superscalars. It discusses topics such as: • The policies and mechanisms needed for out-of-order processing such as register renaming, reservation stations, and reorder buffers • Optimizations for high performance such as branch predictors, instruction scheduling, and load-store speculations • Design choices and enhancements to tolerate latency in the cache hierarchy of single and multiple processors • State-of-the-art multithreading and multiprocessing emphasizing single chip implementations Topics are presented as conceptual ideas, with metrics to assess the performance impact, if appropriate, and examples of realization. The emphasis is on how things work at a black box and algorithmic level. The author also provides sufficient detail at the register transfer level so that readers can appreciate how design features enhance performance as well as complexity.
1. Introduction
2. The basics
3. Superscalar processors
4. Front-end
branch prediction, instruction fetching, and register renaming
5. Back-end
instruction scheduling, memory access instructions, and clusters
6. The cache hierarchy
7. Multiprocessors
8. Multithreading and (chip) multiprocessors
9. Current limitations and future challenges.