An Axiomatic Basis for Computer Programming on the Relaxed Arm-A Architecture: The AxSL Logic #247
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This paper was randomly selected as your next reading.
An Axiomatic Basis for Computer Programming on the Relaxed ArmA Architecture: The AxSL Logic
Very relaxed concurrency memory models, like those of the ArmA, RISCV, and IBM Power hardware architectures, underpin much of computing but break a fundamental intuition about programs, namely that syntactic program order and the readsfrom relation always both induce order in the execution. Instead, outoforder execution is allowed except where prevented by certain pairwise dependencies, barriers, or other synchronisation. This means that there is no notion of the current state of the program, making it challenging to design and prove sound syntaxdirected, modular reasoning methods like Hoare logics, as usable resources cannot implicitly flow from one program point to the next. We present AxSL, a separation logic for the relaxed memory model of ArmA, that captures the finegrained reasoning underpinning the lowoverhead synchronisation mechanisms used by highperformance systems code. In particular, AxSL allows transferring arbitrary resources using relaxed reads and writes when they induce interthread ordering. We mechanise AxSL in the Iris separation logic framework, illustrate it on key examples, and prove it sound with respect to the axiomatic memory model of ArmA. Our approach
Hammond, Angus, et al. “An Axiomatic Basis for Computer Programming on the Relaxed ArmA Architecture: The AxSL Logic. Proceedings of the ACM on Programming Languages, vol. 8, no. POPL, Jan. 2024, pp. 60437. Crossref, https://doi.org/10.1145/3632863.
Merge this PR to apply selection.