学位论文详细信息
Performance Comparison of Software Transactional Memory Implementations
Software Transactional Memory;concurrent programming;STM
Kariath, Riya Raju ; Dr. Yan Solihin, Committee Member,Dr. Edward F. Gehringer, Committee Chair,Dr. Xiaosong Ma, Committee Member,Kariath, Riya Raju ; Dr. Yan Solihin ; Committee Member ; Dr. Edward F. Gehringer ; Committee Chair ; Dr. Xiaosong Ma ; Committee Member
University:North Carolina State University
关键词: Software Transactional Memory;    concurrent programming;    STM;   
Others  :  https://repository.lib.ncsu.edu/bitstream/handle/1840.16/1023/etd.pdf?sequence=1&isAllowed=y
美国|英语
来源: null
PDF
【 摘 要 】

Software Transactional Memory (STM), an optimistic concurrency control mechanism for controlling accesses to shared memory, is a promising alternative to lock-based mutual exclusion strategies. A transaction in this context is each piece of code that executes indivisibly in a shared memory region. Like database transactions, STM transactions preserve linearizability and atomicity properties.This thesis project presents performance comparisons based on memory, indirection and compute overheads of different STM implementations. More precisely, it compares three STM systems — a non-blocking STM due to Fraser (FSTM), a lock-based STM due to Ennals, and a lock-based STM (TL2) with global version-clock validation due to Dice et.al. A comparison employing diverse classes of STMs helps in a deeper understanding of various design choices and potential trade-offs involved. In particular, suitability of an STM is analyzed versus another STM in a given scenario. The empirical evaluations done as part of this thesis conclude that Ennals' STM has an edge over TL2 and FSTM, as it performs consistently well on low and high contention settings. The results also suggest that lock-based STMs use less memory than lock-free STMs due to better cache locality.

【 预 览 】
附件列表
Files Size Format View
Performance Comparison of Software Transactional Memory Implementations 551KB PDF download
  文献评价指标  
  下载次数:115次 浏览次数:20次