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

Flat memory mode #70

Closed
fwsGonzo opened this issue Apr 21, 2022 · 2 comments
Closed

Flat memory mode #70

fwsGonzo opened this issue Apr 21, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@fwsGonzo
Copy link
Owner

In order to beat other emulators (like WASM) we need to allocate memory in one block too. It will significantly improve all memory operations which are on the expensive side right now. It makes things a bit weird because we rely on the permissions and page attributes a lot for all kinds of nifty features.

@fwsGonzo fwsGonzo added the enhancement New feature or request label Apr 21, 2022
@fwsGonzo
Copy link
Owner Author

Implemented a WIP here: #71

It is indeed faster by a decent margin, but not a very useful mode as many features are not working anymore, like page tables.

@fwsGonzo
Copy link
Owner Author

Merged, and not fully complete feature. It works with all normal programs, but anything that uses paging will fail.

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

No branches or pull requests

1 participant