Articles details

  • Pot: Deterministic transactional execution
  • 01 Dec 2016
  • This article presents Pot, a system that leverages the concept of preordered transactions to achieve deterministic multithreaded execution of programs that use Transactional Memory. Preordered transactions eliminate the root cause of nondeterminism in transactional execution: they provide the illusion of executing in a deterministic serial order, unlike traditional transactions that appear to execute in a nondeterministic order that can change from execution to execution. Pot uses a new concurrency control protocol that exploits the serialization order to distinguish between fast and speculative transaction execution modes in order to mitigate the overhead of imposing a deterministic order. We build two Pot prototypes: one using STM and another using off-the-shelf HTM. To the best of our knowledge, Pot enables deterministic execution of programs using off-the-shelf HTM for the first time. An experimental evaluation shows that Pot achieves deterministic execution of TM programs with low overhead, sometimes even outperforming nondeterministic executions, and clearly outperforming the state of the art.
  • ACM Transactions on Architecture and Code Optimization
  • ACM
  • Tiago Vale, João A Silva, Ricardo Dias, João Lourenço
  • 13
  • 4
  • http://dl.acm.org/citation.cfm?id=3017993
  • 10.1145/3017993
  • 1 Dec 2016