|
|
|
|
|
by mathisfun123
1122 days ago
|
|
>PGO is an edge case and not used a whole lot in practice. Many compilers do not support it at all, even production compilers. Both clang and gcc support `-fprofile-generate`. Beyond that generic infrastructure, in my area (DL compilers) if you're not doing PGO/autotuning you're not serious. >Someone learning to write a compiler does not need to think about PGO. That's like saying someone learning to write a compiler doesn't need to think about optimization at all - sure maybe the first time. But then every time after that it should be at the forefront of your mind. |
|
How many binaries in a typical Linux distro are built with PGO for example? The answer is approximately zero.