|
|
|
|
|
by jeffbee
2173 days ago
|
|
Well, the listed GCC options do not specify microarchitecture for either ARM or x86. So it's probably a k8-compatible binary on the top line, too. I'm also not sure why atomics would be important in a single-client mysql benchmark. Either way, the risk that your toolchain doesn't automatically do the right thing is one of the costs that keeps people from jumping architectures. |
|
> I'm also not sure why atomics would be important in a single-client mysql benchmark
They are because exclusive load & store operations are quite expensive on Arm, even if you actually just run an ST workload.