-
Notifications
You must be signed in to change notification settings - Fork 48
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
vm: Copy on write #1392
vm: Copy on write #1392
Conversation
Could we limit the scope of this PR be moving following changes to another PR?
|
We should merge #1401 before these changes. I will remove blocked label after it will be ready to merge again. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks much better, but could use another round of cleanups to make it really good and actually ready for merge :)
This reverts commit b96faa4.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Implementation of copy on write.
The most important changes:
vm_anon
structure to make it possible to share single pages between two processes amaps.