-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Editorial: Use abstract closures instead of semantic functions (#1907)
Refactor semantic functions as used by atomic RMW operations to be a subclass of abstract closures that are pure. The remaining use of "semantic function" for reads-bytes-from is changed to say "mathematical function". It is used in the axiomatic event semantics and do not have algorithm steps. Fixes #1895.
- Loading branch information
Showing
1 changed file
with
93 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters