Skip to main content
Log in

Scope Consistency: A Bridge between Release Consistency and Entry Consistency

  • Published:
Theory of Computing Systems Aims and scope Submit manuscript

Abstract.

Systems that maintain coherence at large granularity, such as shared virtual memory systems, suffer from false sharing and extra communication. Relaxed memory consistency models have been used to alleviate these problems, but at a cost in programming complexity. Release Consistency (RC) and Lazy Release Consistency (LRC) are accepted to offer a reasonable tradeoff between performance and programming complexity. Entry Consistency (EC) offers a more relaxed consistency model, but it requires explicit association of shared data objects with synchronization variables. The programming burden of providing such associations can be substantial.

This paper proposes a new consistency model for such systems, called Scope Consistency (ScC), which offers most of the performance advantages of the EC model without requiring explicit bindings between data and synchronization variables. Instead, ScC dynamically detects the associations implied by the programmer, using a programming interface similar to that of RC or LRC. We propose two ScC protocols: one that uses hardware support for fine-grained remote writes (automatic updates or AU) and the other, an all-software protocol. We compare the AU-based ScC protocol with Automatic Update Release Consistency (AURC), a modified LRC protocol that also takes advantage of automatic update support. AURC already improves performance substantially over an all-software LRC protocol. For three of the five applications we used, ScC further improves the speedups achieved by AURC by about 10%.

This is a preview of subscription content, log in via an institution to check access.

Access this article

Price excludes VAT (USA)
Tax calculation will be finalised during checkout.

Instant access to the full article PDF.

Similar content being viewed by others

Author information

Authors and Affiliations

Authors

Additional information

Received October 1996, and in final form July 1997.

Rights and permissions

Reprints and permissions

About this article

Cite this article

Iftode, L., Singh, J. & Li, K. Scope Consistency: A Bridge between Release Consistency and Entry Consistency . Theory Comput. Systems 31, 451–473 (1998). https://doi.org/10.1007/s002240000097

Download citation

  • Issue Date:

  • DOI: https://doi.org/10.1007/s002240000097

Keywords

Navigation