Differences between revisions 1 and 2
Revision 1 as of 2011-03-04 01:04:09
Size: 221
Editor: SamatJain
Comment: Profile-guided Optimization
Revision 2 as of 2011-03-04 01:06:34
Size: 247
Editor: SamatJain
Comment: Add to CheatSheet category
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
----
CategoryCheatSheet

Using profile-guided optimization (PGO)

gcc -O3 -march=native -pg -fprofile-generate ...
# Run a benchmark or program's typical load
gcc -O3 -march=native -fprofile-use ...


CategoryCheatSheet

SamatsWiki: CheatSheet/Gcc (last edited 2020-05-09 00:20:51 by SamatJain)