Optimizing Hybrid Transactional Memory: The Importance of Nonspeculative Operations

Publikation: Beitrag zu KonferenzenPaperBeigetragenBegutachtung

Beitragende

Abstract

Transactional memory (TM) is a speculative shared-memory synchronization mechanism used to speed up concurrent programs. Most current TM implementations are software-based (STM) and incur noticeable overheads for each transactional memory access. Hardware TM proposals (HTM) address this issue but typically suffer from other restrictions such as limits on the number of data locations that can be accessed in a transaction.

In this paper, we present several new hybrid TM algorithms that can execute HTM and STM transactions concurrently and can thus provide good performance over a large spectrum of workloads. The algorithms exploit the ability of some HTMs to have both speculative and nonspeculative (nontransactional) memory accesses within a transaction to decrease the transactions' runtime overhead, abort rates, and hardware capacity requirements. We evaluate implementations of these algorithms based on AMD's Advanced Synchronization Facility, an x86 instruction set extension proposal that has been shown to provide a sound basis for HTM.

Details

OriginalspracheEnglisch
Seiten53-64
Seitenumfang12
PublikationsstatusVeröffentlicht - 2011
Peer-Review-StatusJa

Konferenz

Titel SPAA '11- twenty-third annual symposium on Parallelism in algorithms and architectures, ACM, 2011
Kurztitel SPAA '11
Veranstaltungsnummer
Dauer4 Juni 2011
BekanntheitsgradInternationale Veranstaltung
Ort
StadtSan Jose
LandUSA/Vereinigte Staaten

Externe IDs

Scopus 79959664969

Schlagworte

Forschungsprofillinien der TU Dresden

DFG-Fachsystematik nach Fachkollegium

Schlagwörter

  • transactional memory, concurrent programming