|
|
|
|
|
by vardump
2361 days ago
|
|
> I'll eat my hat for this, but effectively the mitigation to this is clearing all caches and internal buffers in the CPU on each context switch. Are you talking about software context switches or hardware (hyperthreading) ones? If HW threading constantly clears caches wouldn't it cause a huge performance loss? Isn't that something that can occur 1-100 million times per second? Sadly, software context switch cache clearing is pretty much given these days. |
|