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

Add dumb memory allocator #49

Closed
axic opened this issue Feb 7, 2019 · 2 comments · May be fixed by #66
Closed

Add dumb memory allocator #49

axic opened this issue Feb 7, 2019 · 2 comments · May be fixed by #66

Comments

@axic
Copy link
Member

axic commented Feb 7, 2019

Precompile instances are short lived. One hypothesis is that a simple, linear memory allocator (without freeing) would provide some speed benefits.

Lets try this out. Otherwise we should rely on wee_alloc.

@axic axic added the help wanted Extra attention is needed label Feb 13, 2019
@axic
Copy link
Member Author

axic commented May 14, 2019

Also tracked in ewasm/ewasm-rust-api#46

@axic axic removed the help wanted Extra attention is needed label Jun 24, 2019
@axic
Copy link
Member Author

axic commented Oct 25, 2019

Closing this here since it was added to ewasm-rust-api.

@axic axic closed this as completed Oct 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants