diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2021-10-27 17:21:19 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2021-10-27 17:21:19 +0300 |
commit | 1ad1d789815ddada89d8fb557a47a437d1ea21c2 (patch) | |
tree | 9ae16c031d5a04d1be229d810eaf2dd720c16bf3 /mysql-test | |
parent | 83dbf2c99525f4e9bfc313609194c3e4f23292a4 (diff) | |
download | mariadb-git-1ad1d789815ddada89d8fb557a47a437d1ea21c2.tar.gz |
MDEV-26779: Enable adaptive spinning on ARMv8 for lock_sys.wait_mutex
Similar to commit f7684f0ca5f6f53d63e93afe89194b43bb5431d2 (MDEV-26855)
we will try to enable the adaptive spinloop for lock_sys.wait_mutex
on ARMv8.
Enabling any form of spinloop for lock_sys.wait_mutex did not show a
significant improvement in our tests on AMD64.
Spinning can be argued to be a hack to reduce the impact on mutex
contention. It would be better to adjust the code to reduce
contention in the first place.
Diffstat (limited to 'mysql-test')
0 files changed, 0 insertions, 0 deletions