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
GCC introduced the -fprofile-partial-training flag which instructs the compiler not to optimize the cold paths for size. With this flag, the cold paths' optimization level will remain the same while optimizing the hot paths even more.