Lifting the barriers --- reducing latencies with transparent transactional memory

ICDCN(2012)

引用 4|浏览0
暂无评分
摘要
Synchronization in distributed systems is expensive because, in general, threads must stall to obtain a lock or to operate on volatile data. Transactional memory, on the other hand, allows speculative execution so that it can hide the latencies that are inherent to distributed systems. In this paper, we discuss how transactional memory can carry over to code that uses Java's synchronization means i.e. monitors and volatiles. We show that we can guarantee correct execution according to the Java memory model (JMM) without having to stall at synchronization points. To this end, we use a multi-version software transactional memory system that executes JMM synchronization operations asynchronously. If any such execution has violated the JMM, the transaction rolls back. As a result, only blocking operations require immediate synchronization barriers.
更多
查看译文
关键词
volatile data,immediate synchronization barrier,transactional memory,synchronization point,java memory model,transparent transactional memory,speculative execution,jmm synchronization operations asynchronously,correct execution,multi-version software transactional memory
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要