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
PGO (profile guided optimization) allows compiler to adjust compilation based on input from runtime profile of the same binary. Currently PGO is limited (inlining), but it can yield benefits already. More will come in future too.
PGO (profile guided optimization) allows compiler to adjust compilation based on input from runtime profile of the same binary. Currently PGO is limited (inlining), but it can yield benefits already. More will come in future too.
Requires: #552
The text was updated successfully, but these errors were encountered: