Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
QMutex: mark the out-of-line, *Internal() methods Q_NEVER_INLINE
With LTO, I'm seeing GCC conclude that it's best to inline the lockInternal() and unlockInternal() methods into the public ones and then emit out-of-line copies for those. That's actually sub-optimal, so force GCC not to do it. Change-Id: I88c29098757ea6e70c00fffde56989ec05b136bd Reviewed-by: Mårten Nordheim <[email protected]> (cherry picked from commit cc4abef) Reviewed-by: Qt Cherry-pick Bot <[email protected]> (cherry picked from commit 7920772)
- Loading branch information