Brief announcement: between all and nothing - versatile aborts in hardware transactional memory

  • Authors:
  • Stephan Diestelhorst;Martin Nowack;Michael Spear;Christof Fetzer

  • Affiliations:
  • TU Dresden, Dresden, Germany;TU Dresden, Dresden, Germany;Lehigh University, Bethlehem, PA, USA;TU Dresden, Dresden, Germany

  • Venue:
  • Proceedings of the twenty-fifth annual ACM symposium on Parallelism in algorithms and architectures
  • Year:
  • 2013

Quantified Score

Hi-index 0.00

Visualization

Abstract

Hardware Transactional Memory (HTM) implementations are becoming available in commercial, off-the-shelf components. While generally comparable, some implementations deviate from the strict all-or-nothing property of pure Transactional Memory. We analyse these deviations and find that with small modifications, they can be used to accelerate and simplify both transactional and non-transactional programming constructs. At the heart of our extensions we enable access to the transaction's full register state in the abort handler in an existing HTM without extending the architectural register state. Access to the full register state enables applications in both transactional and non-transactional parallel programming: hybrid transactional memory; transactional escape actions; transactional suspend/resume; and alert-on-update.