-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR attempts to fix up the layer 0 primitives used in the Treiber stack example so that they make more sense. There is considerable improvement from before. One annoying thing still left is the presence of ```assume``` statements in the definition of ```AtomicLoadNode#0```. These ```assume``` statements are converted into ```assert``` statements in the next layer up inside ```AtomicLoadNode```. But it would be better to refactor the proof somehow to have the ```assert``` statements at the lowest layer. Co-authored-by: Shaz Qadeer <[email protected]>
- Loading branch information
1 parent
8634eb3
commit 6ad1aff
Showing
1 changed file
with
47 additions
and
46 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