Abstract

In Parallel Programming, Transactional memory serves as a better alternative compared to the inherently used lock based programming. Transactional Memory implements fine grained locking at the ease of coarse grained programming. It scales well under low contention scenarios. A conflict depends on the interactions among the underlying data patterns. To handle conflicts in Transactional Memory the existing solution is addressed in two ways. One is Scheduling the Contentions and the other is Contention Management policy. Scheduling the contentions require storage of data structures that stores the contentions. Complexity of these data structures increases with increase in the application size. On the other hand the contention managers cannot handle high contention workloads and they are suited only for specific data patterns. In this project, the conflicts are handled by using a novel approach for contention management by using the time based and the workload based policies. The experiments conducted on the proposed contention manager policies along with the existing contention managers using Stamp Benchmarks, Inset Benchmarks and a sample bank application available in the Transactional Memory Library. Experiments are conducted on all the benchmarks and a review of policies for the various Benchmark programs is reported in this work.

Full Text
Published version (Free)

Talk to us

Join us for a 30 min session where you can share your feedback and ask us any queries you have

Schedule a call