We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 940b45f + 4475393 commit fc25599Copy full SHA for fc25599
src/doc/rustc/src/profile-guided-optimization.md
@@ -3,7 +3,7 @@
3
`rustc` supports doing profile-guided optimization (PGO).
4
This chapter describes what PGO is, what it is good for, and how it can be used.
5
6
-## What Is Profiled-Guided Optimization?
+## What Is Profile-Guided Optimization?
7
8
The basic concept of PGO is to collect data about the typical execution of
9
a program (e.g. which branches it is likely to take) and then use this data
0 commit comments