-
Notifications
You must be signed in to change notification settings - Fork 212
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
review of Agoric additions to xsnap #2469
Comments
prereqs:
|
@warner writes May 7, 2021, 11:36 PM:
@phoddie writes May 8, 2021, 12:28 AM:
p.s. I presume it's OK to share this. cc @kriskowal |
We should probably clean up these warnings. I'm not quite sure how to approach some of them: p.s. for follow-up, see #2466 |
Moddable reworked the chunk allocator to always use a single memory block for chunk storage. The change is implemented in `xsnapPlatform.c`. The implementation uses `mmap`/`mprotect` (`VirtualAlloc` on Windows) to reserve and to commit memory pages. To get this fix, we add an `xsnap-native` submodule that replaces `xsnap.c` and friends. The submodule includes a few tweaks: https://github.com/agoric-labs/xsnap-pub/tree/endo-submodule fixes #3577 fixes #3139 , bringing us back to stock XS. fixes #2469 - Moddable reviewed the code well enough to substantially re-work it.
No description provided.
The text was updated successfully, but these errors were encountered: