Skip to content

Commit ca114f0

Browse files
authored
Add XOR mutation displipline detail
1 parent a3b3154 commit ca114f0

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
@@ -116,7 +116,7 @@ Hard problems in opsem
116116
* Two processes which do not trust each other, how can they share data
117117
* No clear way of going about this on the LLVM side
118118
* Let alone when it comes to how to specify this in the Rust Abstract Machine
119-
* If possible for only one side” to mutate at a time, then picture changes
119+
* An important detail is that what simplifies things is if it follows the aliasing XOR mutation discipline is upheld: either only one side can mutate *while nobody else can even read*, or everybody can only read.
120120

121121
Want to ensure that iceoryx2 takes care of some of the complications
122122

0 commit comments

Comments
 (0)