Title :
False conflict reduction in the Swiss Transactional Memory (SwissTM) system
Author :
Natarajan, Aravind ; Mittal, Neeraj
Author_Institution :
Dept. of Comput. Eng., Univ. of Texas at Dallas, Richardson, TX, USA
Abstract :
Software Transactional Memory (STM) is a programming paradigm that allows a programmer to write parallel programs, without having to deal with the intricacies of synchronization. That burden is instead borne by the underlying STM system. SwissTM is a lock-based STM, developed at EPFL, Switzerland. Memory locations map to entries in a lock table to detect conflicts. Increasing the number of locations that map to a lock reduces the number of locks to be acquired and improves throughput, while also increasing the possibility of false conflicts. False conflicts occur when a transaction that updates a location mapping to a lock, causes validation failure of another transaction, that reads a different location mapping to the same lock. In this paper, we present a solution for the false conflict problem and suggest an adaptive version of the same algorithm, to improve performance. Our algorithms produce significant throughput improvement in benchmarks with false conflicts.
Keywords :
parallel programming; transaction processing; Swiss transactional memory system; false conflict reduction; location mapping; lock-based software transactional memory; parallel programs; programming paradigm; Algorithm design and analysis; Computer architecture; Computer science; Concurrent computing; History; Parallel programming; Process design; Programming profession; Throughput; Very large scale integration; Software Transactional Memory; SwissTM; false conflict; history logging;
Conference_Titel :
Parallel & Distributed Processing, Workshops and Phd Forum (IPDPSW), 2010 IEEE International Symposium on
Conference_Location :
Atlanta, GA
Print_ISBN :
978-1-4244-6533-0
DOI :
10.1109/IPDPSW.2010.5470942