Why are we worried about memory access semantics? Full barriers should be enough for anybody

39 points by abareplace


wucke13

I'd just wish that there would be a way to do possibly tearing, non-atomic bytewise read/write without atomics and without UB and without inline assembly in Rust. Basically ptr::read_volatile without the external device declaration allowing this only for memory outside allocations.