Universal Constructions for Large Objects

  • Authors:
  • James H. Anderson;Mark Moir

  • Affiliations:
  • Univ.of North Carolina, Chapel Hill;Univ.of Pittsburgh, Pittsburgh, PA

  • Venue:
  • IEEE Transactions on Parallel and Distributed Systems
  • Year:
  • 1999

Quantified Score

Hi-index 0.00

Visualization

Abstract

We present lock-free and wait-free universal constructions for implementing large shared objects. Most previous universal constructions require processes to copy the entire object state, which is impractical for large objects. Previous attempts to address this problem require programmers to explicitly fragment large objects into smaller, more manageable pieces, paying particular attention to how such pieces are copied. In contrast, our constructions are designed to largely shield programmers from this fragmentation. Furthermore, for many objects, our constructions result in lower copying overhead than previous ones. Fragmentation is achieved in our constructions through the use of load-linked, store-conditional, and validate operations on a 驴large驴 multiword shared variable. Before presenting our constructions, we show how these operations can be efficiently implemented from similar one-word primitives.