Skip to content

Load-link/store-conditional

An atomic instruction pair that reads a memory location and commits a later store only if the implementation has observed no conflicting update since the linked load.

Version
v1 · 2026-09-08 · History
Domain-specific #
5367
Origin domain
concurrent computing
Subdomain
concurrent computing

Core Idea

Reservation granularity and spurious failure are architecture-specific; LL/SC avoids compare-and-swap’s ABA blindness but requires retry loops, ordering barriers and progress assumptions. Load-link establishes a monitored reservation, intervening conflicting activity clears it and store-conditional tests the reservation and atomically writes only on success. The abstraction is therefore identified by a declared carrier, a transformation or constraint over that carrier, and an invariant that tells an analyst whether the named structure is genuinely present.

The load-bearing residual is not the broad topic of concurrent computing. It is the domain-specific identity determined by the architecture and memory model, target address and alignment, load-link result, reservation set and invalidation events, store-conditional success value and spurious failure, ordering semantics, retry algorithm and progress guarantee are explicit.

Scope of Application

Load-link/store-conditional belongs to concurrent computing and is useful where the analyst can specify the typed concurrent computing carrier, defining objects and relations, parameters, conventions, evidence, boundary cases, and comparison targets, then evaluate the architecture and memory model, target address and alignment, load-link result, reservation set and invalidation events, store-conditional success value and spurious failure, ordering semantics, retry algorithm and progress guarantee are explicit. The scope is broad within that domain but bounded by the need for the architecture and memory model, target address and alignment, load-link result, reservation set and invalidation events, store-conditional success value and spurious failure, ordering semantics, retry algorithm and progress guarantee are explicit.

Clarity

The abstraction clarifies a crowded vocabulary by making the architecture and memory model, target address and alignment, load-link result, reservation set and invalidation events, store-conditional success value and spurious failure, ordering semantics, retry algorithm and progress guarantee are explicit the center of the account. A claim should name the carrier, the governing operation or relation, the applicable assumptions, and the recognition test.

Manages Complexity

Without the abstraction, an analyst must reason directly over many local details: the carrier roles, admissibility assumptions, competing conventions, derived invariants, boundary cases, and proof or validation obligations specific to Load-link/store-conditional. Load-link/store-conditional compresses them into the roles in the structural signature. That compression permits comparison across instances without erasing the variables that determine validity. It also exposes which details may be varied safely and which are constitutive.

Abstract Reasoning

  1. Identify the carrier. State what the elements, states, objects, or observations are: the typed concurrent computing carrier, defining objects and relations, parameters, conventions, evidence, boundary cases, and comparison targets. Reject examples whose alleged carrier belongs to a different problem. 2. Lock the constitutive rule. Express the architecture and memory model, target address and alignment, load-link result, reservation set and invalidation events, store-conditional success value and spurious failure, ordering semantics, retry algorithm and progress guarantee are explicit independently of one notation or implementation.

Knowledge Transfer

Knowledge transfers strongly among subfields of concurrent computing because they reuse the typed concurrent computing carrier, defining objects and relations, parameters, conventions, evidence, boundary cases, and comparison targets, Load-link establishes a monitored reservation, intervening conflicting activity clears it and store-conditional tests the reservation and atomically writes only on success., and type the carrier, state every parameter and convention in the definition, test that the architecture and memory model, target address and alignment, load-link result, reservation set and invalidation events, store-conditional success value and spurious failure, ordering semantics, retry algorithm and progress guarantee are explicit, compare the nearest accepted identity, and report counterexamples, uncertainty, and limiting cases.

Relationships to Other Abstractions

Local relationship map for Load-link/store-conditionalParents appear above the current abstraction, mutual partners to the right, and children below. Node labels state whether each abstraction is prime or domain-specific; colors identify relation types.Load-link/store-cond…DOMAINPrime abstraction: Mutual Exclusion — is a kind ofMutual ExclusionPRIME

Current abstraction Load-link/store-conditional Domain-specific

Parents (1) — more general patterns this builds on

  • Load-link/store-conditional is a kind of Mutual Exclusion Prime

    The proposed strict upward parent is prime:mutual_exclusion.

Hierarchy paths (5) — routes to 4 parentless roots

Neighborhood in Abstraction Space

Load-link/store-conditional sits in a crowded region of the domain-specific corpus (20th percentile for distinctiveness): several abstractions share nearly its structure, so a description that fits it tends to fit its neighbors too.

Family — Memory Architecture & Parallel Computing (34 abstractions)

Nearest neighbors

Computed from structural-signature embeddings · 2026-09-08