Skip to content

Commit 53cf29b

Browse files
Fix confusion on unitialized memory compare and swap
Co-authored-by: increasing <i@inkreas.ing>
1 parent ca114f0 commit 53cf29b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • subcommittee/liaison/meetings/2026-05-26-opsem-expert-session

subcommittee/liaison/meetings/2026-05-26-opsem-expert-session/minutes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Rust Abstract Machine
175175
* There is a crate someone wrote with uses inline assembly (least incorrect way of doing this, since it hides as much information from the compiler as possible)
176176
* No reason it cannot exist, but someone would need to do the work to specify this and
177177
* Load and store are possible, but nothing barring from doing this from an opsem perspective
178-
* Compare and Swap doesn’t make sense with initialized memory
178+
* Compare and Swap doesn’t make sense with uninitialized memory
179179

180180
### Feedback on 6: Sequence Locks
181181

0 commit comments

Comments
 (0)