ECOOP 2012 - Object-Oriented Programming
ECOOP 2012 - Object-Oriented Programming
复制标题
ECOOP 2012 - 面向对象编程
DOI:
10.1007/978-3-642-31057-7_28
复制
发表时间:
2012
期刊:
影响因子:
--
通讯作者:
Dias R
中科院分区:
文献类型:
--
作者:
Dias R
This paper presents an automatic verification technique for transactional memory Java programs executing under snapshot isolation level. We certify which transactions in a program are safe to execute under snapshot isolation without triggering thewrite-skewanomaly, opening the way to run-time optimizations that may lead to considerable performance enhancements.Our work builds on a novel deep-heap analysis technique based on separation logic to statically approximate the read- and write-sets of a transactional memory Java program.We implement our technique and apply our tool to a set of micro benchmarks and also to one benchmark of the STAMP package. We corroborate known results, certifying some of the examples for safe execution under snapshot isolation by proving the absence ofwrite-skewanomalies. In other cases our analysis has identified transactions that potentially trigger previously unknownwrite-skewanomalies.