Lock-free reference counting

  • Authors:
  • David L. Detlefs;Paul A. Martin;Mark Moir;Guy L. Steele, Jr.

  • Affiliations:
  • Sun Microsystem Laboratories, 1 Network Drive, Burlington, MA;Sun Microsystem Laboratories, 1 Network Drive, Burlington, MA;Sun Microsystem Laboratories, 1 Network Drive, Burlington, MA;Sun Microsystem Laboratories, 1 Network Drive, Burlington, MA

  • Venue:
  • Distributed Computing - Special issue: Selected papers from PODC '01
  • Year:
  • 2002

Quantified Score

Hi-index 0.00

Visualization

Abstract

Assuming the existence of garbage collection makes it easier to design implementations of dynamic-sized concurrent data structures. However, this assumption limits their applicability. We present a methodology that, for a significant class of data structures, allows designers to first tackle the easier problem of designing a garbage-collection-dependent implementation, and then apply our methodology to achieve a garbage-collection-independent one. Our methodology is based on the well-known reference counting technique, and employs the double compare-and-swap operation.