Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should volatile memory operations be listed in the interface or not? #9

Open
catalin-hritcu opened this issue Jun 28, 2024 · 0 comments

Comments

@catalin-hritcu
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant