Investigating Transactional Memory Performance On Ccnuma Machines

Ruibo Wang,Kai Lu,Xicheng Lu
DOI: https://doi.org/10.1145/1551609.1551625
2009-01-01
Abstract:Most Software Transactional Memory (STM) research has focused on multi-core processors and small SMP, machines; limited research has been aimed at the clusters, leaving the area of big SMP machines unexplored. Big SMP machine usually use Non-Uniform Memory Access (NUMA) to unburden the overloading between CPUs and the memory. In this paper, we evaluate several STM implementations on big SMP machine with cache coherent NUMA (ccNUMA) architecture. We found the remote memory access latency is the key factor influencing the STM performance. We also analyze the different design choices of STM. Finally, we conclude a specific design choice to achieve high performance in this domain.
What problem does this paper attempt to address?