@inproceedings{2cebe835ac4d4e269209703921c22598,
title = "Latencies of conflicting writes on contemporary multicore architectures",
abstract = "This paper provides a detailed investigation of latency penalties caused by repeated memory writes to nearby memory cells from different threads in parallel programs. When such writes map to the same corresponding cache lines in multiple processors, one can observe the so called false sharing effect. This effect can unnecessarily hamper parallel code due to the line granularity based cache hierarchy, which is common on contemporary processor architectures. In this contribution, a benchmark allowing for quantitative estimates about the consequences of the false sharing effect, is presented. Results show that multicore architectures with shared cache can reduce unwanted effects of false sharing.",
keywords = "CMP, Cache, False sharing, Multicore",
author = "Josef Weidendorfer and Michael Ott and Tobias Klug and Carsten Trinitis",
year = "2007",
doi = "10.1007/978-3-540-73940-1\_33",
language = "English",
isbn = "9783540739395",
series = "Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics)",
publisher = "Springer Verlag",
pages = "318--327",
booktitle = "Parallel Computing Technologies - 9th International Conference, PaCT 2007, Proceedings",
note = "9th International Conference on Parallel Computing Technologies, PaCT 2007 ; Conference date: 03-09-2007 Through 07-09-2007",
}