> Again, "volatile" is to ask the *compiler* not to optimize access to memory in the generated binary code. And that's not enough. Not even on x86. You know that, right? Intel 8086 included lock ...
In Rust, whether a raw pointer is "thin" or "fat" is determined by the type of the pointee; a *const u32 is always a thin pointer to a u32, while a *const (dyn Debug) is always a fat pointer. Note ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results