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

WASM GC: Add support for string pools over 10,000 strings #977

Merged

Conversation

lax1dude
Copy link
Contributor

Fixes #971, I've tested this on my app with 17000 strings and it works.

Would you like it if I also added a unit test with 10,001 string constants in it to test this, or would that be excessive?

@konsoletyper
Copy link
Owner

Sure. This is the case when testing is too complex

@konsoletyper konsoletyper merged commit 516602d into konsoletyper:master Dec 2, 2024
6 checks passed
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 this pull request may close these issues.

WASM GC: Avoid using array.new_fixed to allocate arrays over 10000 elements
2 participants