We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6f12c8 commit 4475393Copy full SHA for 4475393
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