You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's unclear to us if volatile memory operations should be considered dangerous and listed in the interface, because they could be used for things like memory-mapped IO. Jeremy thinks maybe that to use volatile accesses for MMIO one first needs to do another system call that creates the mapping.
It's unclear to us if volatile memory operations should be considered dangerous and listed in the interface, because they could be used for things like memory-mapped IO. Jeremy thinks maybe that to use volatile accesses for MMIO one first needs to do another system call that creates the mapping.
Will need to investigate more about this:
https://en.wikipedia.org/wiki/Volatile_(computer_programming)
https://en.wikipedia.org/wiki/Memory-mapped_I/O_and_port-mapped_I/O
The text was updated successfully, but these errors were encountered: