The Velox Transactional Memory Stack

Publikation: Sonstige VeröffentlichungSonstigesBeigetragenBegutachtung

Beitragende

  • Yehuda Afek - (Autor:in)
  • Ulrich Drepper - (Autor:in)
  • Pascal Felber - (Autor:in)
  • Christof Fetzer - , Professur für Systems Engineering (SE) (Autor:in)
  • Vincent Gramoli - (Autor:in)
  • Michael Hohmuth - (Autor:in)
  • Etienne Rivière - (Autor:in)
  • Per Stenstrom - (Autor:in)
  • Osman Unsal - (Autor:in)
  • Derin Harmanci - (Autor:in)
  • Patrick Marlier - (Autor:in)
  • Stephan Diestelhorst - , Professur für Systems Engineering (SE) (Autor:in)
  • Martin Pohlack - (Autor:in)
  • Adrian Cristal - (Autor:in)
  • Ibrahim Hur - (Autor:in)
  • Aleksandar Dragojevic - (Autor:in)
  • Rachid Guerraoui - (Autor:in)
  • Michal Kapalka - (Autor:in)
  • Sasa Tomic and Guy Korland - (Autor:in)
  • Nir Shavit - (Autor:in)
  • Martin Nowack - , Professur für Systems Engineering (SE) (Autor:in)
  • Torvald Riegel - (Autor:in)

Abstract

The adoption of multi- and many-core architectures for mainstream computing undoubtedly brings profound changes in the way software is developed. In particular, the use of fine grained locking as the multi-core programmer's coordination methodology is considered by more and more experts as a dead-end. The transactional memory (TM) programming paradigm is a strong contender to become the approach of choice for replacing locks and implementing atomic operations in concurrent programming. Combining sequences of concurrent operations into atomic transactions allows a great reduction in the complexity of both programming and verification, by making parts of the code appear to execute sequentially without the need to program using fine-grained locking. Transactions remove from the programmer the burden of figuring out the interaction among concurrent operations that happen to conflict when accessing the same locations in memory. The EU-funded FP7 VELOX project designs, implements and evaluates an integrated TM stack, spanning from programming language to the hardware support, and including runtime and libraries, compilers, and application environments. This paper presents an overview of the VELOX TM stack and its associated challenges and contributions.

Details

OriginalspracheEnglisch
Seitenumfang12
Band30
PublikationsstatusVeröffentlicht - 2010
Peer-Review-StatusJa
No renderer: customAssociatesEventsRenderPortal,dk.atira.pure.api.shared.model.researchoutput.OtherContribution

Schlagworte

Forschungsprofillinien der TU Dresden

DFG-Fachsystematik nach Fachkollegium

Schlagwörter

  • concurrent programming, software transactional memory, hardware transactional memory, compilers, language extensions, libraties, runtine, hardware, Java, Programming, Program processors