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

It seems that there are too many op_SetSlot_i32 operations during runtime. #66

Closed
kgdev opened this issue Jan 21, 2020 · 0 comments
Closed

Comments

@kgdev
Copy link

kgdev commented Jan 21, 2020

It's due to that for each "Entry" operation, we have to copy all the arguments? I think we should definitely fix this.

It looks like that the wasmStack[0..args - 1] are not actually used. Can we leverage them to reference other slots vs copying the other slots?

@kgdev kgdev closed this as completed Jan 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant