Title :
Efficient Eager Management of Conflicts for Scalable Hardware Transactional Memory
Author :
Titos-Gil, Ruben ; Acacio, M.E. ; Garcia, J.M.
Author_Institution :
Dept. of Comput. Sci. & Eng., Chalmers Univ. of Technol., Goteborg, Sweden
Abstract :
The efficient management of conflicts among concurrent transactions constitutes a key aspect that hardware transactional memory (HTM) systems must achieve. Scalable HTM proposals so far inherit the cache-based style of conflict detection typically found in bus-based systems, largely unaware of the interactions between transactions and directory coherence. In this paper, we demonstrate that the traditional approach of detecting conflicts at the private cache levels is inefficient when used in the context of a directory protocol. We find that the use of the directory as a mere router of coherence requests restricts the throughput of conflict detection, and show how it becomes a bottleneck under high contention. This paper proposes a scheme for conflict detection that decouples conflict detection from cache coherence in order to overcome pathological situations that degrade the performance of an eager HTM system. Our scheme places bookkeeping metadata at the directory, introducing it as a separate hardware module that leaves the coherence protocol unmodified. In comparison to a state-of-the-art eager HTM system, our design handles contention more efficiently, minimizes the performance degradation of false positives for signatures of similar hardware cost, and reduces the network traffic generated.
Keywords :
cache storage; meta data; parallel programming; performance evaluation; protocols; bookkeeping metadata; bus-based systems; cache coherence protocol; cache-based conflict detection throughput; coherence request router; directory coherence; directory protocol; eager HTM system; eager conflict management; false positives; network traffic reduction; pathological situations; performance degradation minimization; private cache levels; scalable HTM systems; scalable hardware transactional memory; Coherence; Context; Hardware; Memory management; Proposals; Protocols; Parallel programming; cache coherence protocols; conflict detection; multicore architectures; transactional memory;
Journal_Title :
Parallel and Distributed Systems, IEEE Transactions on
DOI :
10.1109/TPDS.2012.103