You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+32
Original file line number
Diff line number
Diff line change
@@ -130,6 +130,38 @@ Earlier versions is not tested.
130
130
131
131
4. Install the nginx binary.
132
132
133
+
### Instralltion with Profile-Guided Optimization
134
+
135
+
It can be built with Profile-Guided Optimization (PGO) using gcc `fprofile` options. The detail of the PGO mechanisms has refer to the section 7.4 of [this paper](https://people.freebsd.org/~lstewart/articles/cpumemory.pdf).
136
+
Here is an example of the process to make a PGO supported binary. Please use at your own risk.
0 commit comments