Study note

Performance Analysis and Tuning on Modern CPUs : Squeeze the last bit of performance from your application

Properties

Type
Books
Status
想读
Domain
Systems
Category
CPU 架构与性能工程
Source
book.douban.com
Vault note
library/books/systems/Performance-Analysis-and-Tuning-on-Modern-CPUs-Squeeze-the-last-bit-of-performan-8d1d9c11ac24c4c3.md

Summary

面向需要做低层性能优化的开发者,先介绍现代 CPU 微架构、性能术语、指标、硬件监控和分析方法,再讨论循环优化、向量化、函数内联、缓存未命中、分支预测失败等代码级优化机会。

Highlights

把性能分析和调优放在现代硬件约束下讲,适合想从 perf 指标、汇编和 CPU 行为之间建立对应关系的人。

Notes

Denis Bakhvalov;2020-11-16。

Comments

Loading comments...