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

LibWasm: Some more performance stuff #8812

Merged
merged 4 commits into from
Jul 16, 2021
Merged

Conversation

alimpfard
Copy link
Member

I had these strewn about in multiple branches, figured I'd just put them here.
This is overall about a ~20% increase in performance when using wasm, and about a ~10% increase in performance when using the browser.

These are mostly pretty small functions too, and they were about ~10%
of runtime.
...and enable it for LibWeb and test-wasm.
Note that `wasm` will not be limited by this.
There are no multiple exit paths in that function, so we can just put
the ending logic right at the end of the function instead.
@alimpfard alimpfard merged commit 35394db into SerenityOS:master Jul 16, 2021
alimpfard added a commit that referenced this pull request Jul 16, 2021
This reverts commit 35394db.
I pushed the wrong button again, hopefully this will be the last of
such incidents.
@alimpfard alimpfard deleted the wasm-perf branch December 23, 2021 08:54
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.

None yet

1 participant