False Sharing and Spatial Locality in Multiprocessor Caches (1992)
| Venue: | IEEE Transactions on Computers |
| Citations: | 114 - 4 self |
BibTeX
@ARTICLE{Torrellas92falsesharing,
author = {Josep Torrellas and Monica S. Lam and John L. Hennessy},
title = {False Sharing and Spatial Locality in Multiprocessor Caches},
journal = {IEEE Transactions on Computers},
year = {1992},
volume = {43},
pages = {651--663}
}
Years of Citing Articles
OpenURL
Abstract
The performance of the data cache in shared-memory multiprocessors has been shown to be different from that in uniprocessors. In particular, cache miss rates in multiprocessors do not show the sharp drop typical of uniprocessors when the size of the cache block increases. The resulting high cache miss rate is a cause of concern, since it can significantly limit the performance of multiprocessors. Some researchers have speculated that this effect is due to false sharing, the coherence transactions that result when different processors update different words of the same cache block in an interleaved fashion. While the analysis of six applications in this paper confirms that false sharing has a significant impact on the miss rate, the measurements also show that poor spatial locality among accesses to shared data has an even larger impact. To mitigate false sharing and to enhance spatial locality, we optimize the layout of shared data in cache blocks in a programmer-transparent manner. We...







