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
mmap currently does not support updates on virtual files.
most of the code should be there... maybe we need to implement some optimization in order to save just the required chunks of the file.
We need to define a consistent semantics for processes running inside vuos and processes running outside viewos mmap'ing the same file.
The text was updated successfully, but these errors were encountered:
acardace
changed the title
missing feature: write support for mmap
Write support for mmap
Oct 25, 2017
mmap currently does not support updates on virtual files.
most of the code should be there... maybe we need to implement some optimization in order to save just the required chunks of the file.
We need to define a consistent semantics for processes running inside vuos and processes running outside viewos mmap'ing the same file.
The text was updated successfully, but these errors were encountered: