Combining Switch
Combining switch design solves problems like “bank conflicts”, busy waiting on semaphores...
The theory was that rather than avoiding bad operations, do them with impunity ... there was even a programming methodology based on it
Unfortunately, combining doesn’t work beyond 64 processors based on both analysis and experimentation