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

Bigstring performance optimizations #84

Merged
merged 3 commits into from
Oct 23, 2024
Merged

Bigstring performance optimizations #84

merged 3 commits into from
Oct 23, 2024

Conversation

vouillon
Copy link
Collaborator

No description provided.

@vouillon vouillon force-pushed the bigstring-perfs branch 2 times, most recently from 974eac7 to b656ca6 Compare October 2, 2024 12:34
@vouillon vouillon force-pushed the bigstring-perfs branch 2 times, most recently from 6f790a7 to 292b7be Compare October 9, 2024 15:52
This makes it visible to binaryen, which than is able to eliminate so
unncessary boxing.
Calling a JavaScript function is costly. This reduces the number of calls
to a JavaScript function that we need to make to get or set a 16-bit or
32-bit integer.
@vouillon vouillon merged commit c2a49a5 into main Oct 23, 2024
28 checks passed
@vouillon vouillon deleted the bigstring-perfs branch October 23, 2024 08:57
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.

1 participant