|
|
|
|
|
by nly
198 days ago
|
|
The PAUSE instruction isn't actually as good as it used to be. In, iirc, Skylake Intel massively increased the latency to improve utilisation under hyperthreading. The latency of this instruction is now really high. Most people using spinlocks really care about latency, and many will have hyperthreading disabled to reduce jitter |
|