Value Communication Techniques to Improve Scalability of Transactional Memory Systems

SpeakerSalil Pant
Organization NC State University
Location2311 Partners I
Start Date November 24, 2009 8:00 AM
End Date November 24, 2009 10:00 AM

Transactional Memory (TM) is an optimistic speculative synchronization scheme that provides atomic execution for a region of code marked as a transaction by the programmer.  Programs with critical sections that are not heavily contended benefit from the optimistic nature of TM systems.  However, for heavily contended critical sections, performance for TM systems can degrade due to conflicts leading to stalls and expensive rollbacks.  In this talk, we present methods to improve scalability of TM systems using early value communication (EVC) and understand its mechanisms and hardware complexity.

We look into the nature of the shared data involved in conflicts for TM systems, and find that most transactions have conflicts around a few shared addresses.  Conflicting data is often updated in a predictable manner by different transactions.  We propose using a memory-level value predictor (VP-TM) to capture this predictability for such data structures and increase overall concurrency by satisfying loads from conflicting transactions with predicted values, instead of stalling.  We present one possible design and implementation of TM system with a value predictor.  Our benchmark results show that the value predictor can capture this predictable behavior for most benchmarks and can improve performance of TM programs by improving concurrency and minimizing stalls and rollbacks due to conflicts.

To reduce the hardware complexity, we present another design that can provide performance from EVC without the extra hardware costs.  Finally, we present a realistic design of the VP-TM system that shows the full impact of the extra hardware and messages and gives us a better idea of performance with VP-TM.  Our goal is to increase the adoption of TM for parallel programming by extending the number of applications that can benefit from TM.

  November 2009
Sun Mon Tues Wed Thu Fri Sat
1234567
891011121314
15161718192021
22232425262728
2930