Profile Guided Optimization is a method of supplying the compiler with data about common flows which should be optimized.
Which information does GCC collect when I enable -fprofile-generate and which optimization does in fact uses the collected information (when …