October 2014
Intermediate to advanced
300 pages
8h 30m
English
CHAPTER 7
![]()
Addressing Application Bottlenecks: Microarchitecture
Microarchitectural performance tuning is one of the most difficult parts of the performance tuning process. In contrast to other tuning activities, it is not immediately clear what the bottlenecks are. Usually, discovering them requires studying processor manuals, which provide the details of the execution flow. Furthermore, a certain understanding of assembly language is needed to reflect the findings back onto the original source code. Each processor model will also have its own microarchitectural characteristics that have to be considered when writing efficient software.
In this ...
Read now
Unlock full access