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
To achieve efficient copy-on-write, current VMOPaged implementation uses an ingenious data structure, which introduced complexity and endless bugs.
For example, an early version(e0ea3b0) can steadily run Zircon to shell in libos. But now it will trigger SIGFAULT or SIGBUS (#52). Even on bare-metal, sometimes there are mysterious memory errors. These bugs are difficult to fix and impact the functionality.
So for simplicity and stability, I'd like to restore the historical version of VMOPaged.
Current version will not be affected and we will continue to maintain them.
The text was updated successfully, but these errors were encountered:
To achieve efficient copy-on-write, current VMOPaged implementation uses an ingenious data structure, which introduced complexity and endless bugs.
For example, an early version(e0ea3b0) can steadily run Zircon to shell in libos. But now it will trigger SIGFAULT or SIGBUS (#52). Even on bare-metal, sometimes there are mysterious memory errors. These bugs are difficult to fix and impact the functionality.
So for simplicity and stability, I'd like to restore the historical version of VMOPaged.
Current version will not be affected and we will continue to maintain them.
The text was updated successfully, but these errors were encountered: