Font Size: a A A

Value communication techniques to improve scalability of transactional memory systems

Posted on:2011-07-07Degree:Ph.DType:Thesis
University:North Carolina State UniversityCandidate:Pant, Salil MohanFull Text:PDF
GTID:2468390011472269Subject:Engineering
Abstract/Summary:
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 thesis, we investigate 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 and shared-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 us 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.
Keywords/Search Tags:TM systems, Value, Improve
Related items