| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Performance.Analysis.and.Tuning.on.Modern.CPUs.Q3.2023.pdf | 2023-10-01 | 12.3 MB | |
| Q3.2023 source code.tar.gz | 2023-09-20 | 13.1 MB | |
| Q3.2023 source code.zip | 2023-09-20 | 13.2 MB | |
| README.md | 2023-09-20 | 982 Bytes | |
| Totals: 4 Items | 38.6 MB | 0 | |
Release notes:
- PRs merged:
- Hybrid profilers, Tracy by @theWatchmen (https://github.com/dendibakh/perf-book/pull/19)
- Updated SIMD sections by @jan-wassenberg (https://github.com/dendibakh/perf-book/pull/21)
- Continuous profiling by Mark Dawson (https://github.com/dendibakh/perf-book/pull/26)
- A few small updates by @cf-natali (https://github.com/dendibakh/perf-book/pull/22, https://github.com/dendibakh/perf-book/pull/23, https://github.com/dendibakh/perf-book/pull/25)
- Finished chapter 7 "Overview Of Performance Analysis Tools" (+AMD uProf, +Xcode Instruments, +flamegraphs)
- Many changes in chapters 1-5
- Chapters 1 and 2: mostly cosmetics
- Chapter 3: TLB hierarchy, store optimizations
- Chapter 4: major updates for sections about UOPs, IPC, pipeline slots
- Chapter 5: many updates for sections on sampling, static performance analysis (+UICA), and compiler opt reports.
- Updated a section about FP subnormals