Practical lock-free and wait-free LL/SC/VL implementations using 64-Bit GAS

29Citations
Citations of this article
14Readers
Mendeley users who have this article in their library.
Get full text

Abstract

The ideal semantics of the instructions LL/SC/VL (LoadLinked, Store-Conditional, Validate) are inherently immune to the ABA problem which is a fundamental problem that affects most lock-free algorithms. This paper presents practical lock-free and wait-free implementations of arbitrary-sized LL/SC/VL variables using 64-bit GAS (Compare-and-Swap). The implementations improve on Jayanti and Petrovic's 64-bit wait-free implementations by reducing the space overhead per variable to a small constant, and not requiring advance knowledge of the maximum number of participating threads, while maintaining minimal amortized expected time and work complexities. © Springer-Verlag 2004.

Cite

CITATION STYLE

APA

Michael, M. M. (2004). Practical lock-free and wait-free LL/SC/VL implementations using 64-Bit GAS. Lecture Notes in Computer Science (Including Subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics), 3274, 144–158. https://doi.org/10.1007/978-3-540-30186-8_11

Register to see more suggestions

Mendeley helps you to discover research relevant for your work.

Already have an account?

Save time finding and organizing research with Mendeley

Sign up for free