-
Notifications
You must be signed in to change notification settings - Fork 105
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
feat: Add 'free_range' syscall #3467
Conversation
f5ca687
to
1cd654b
Compare
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.
Please update syscalls params config in wasm-gen
and a corresponding code so free_range
will receive some "real" values when executing wasm from wasm-gen
.
2411242
to
74385df
Compare
74385df
to
72e0a39
Compare
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.
I'd also consider possible renaming like free_range
-> free_many
@grishasobol
Just from the name I would think that this function accepts arbitrary amount of unrelated pages. E.g. |
Co-authored-by: holykol <[email protected]>
This reverts commit 36664af.
@ark0f re review please |
Resolves #3466
@grishasobol