Conversation
Collaborator
|
Review requested:
|
922d211 to
b3f59cf
Compare
Member
Author
|
some hacky microbenchmarks i have say that this makes wasi calls ~2x faster. next i need to find some "real world" programs and see how those perform... |
fb6e1e4 to
0bf8869
Compare
Collaborator
Member
|
Please increment the embedder string in common.gypi once in each V8 backport commit. |
21 tasks
Collaborator
8 tasks
Collaborator
|
Landed in b3bf07e |
5 tasks
ErickWendel
pushed a commit
to ErickWendel/node
that referenced
this pull request
Dec 12, 2022
PR-URL: nodejs#43697 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
targos
pushed a commit
that referenced
this pull request
Dec 12, 2022
PR-URL: #43697 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Member
|
I tried to include this in v19.3.0 but two wasi tests failed on ARM macs. |
targos
pushed a commit
that referenced
this pull request
Dec 14, 2022
PR-URL: #43697 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Member
Author
|
@targos if you want to try, you should be able to backport this to 19 if you include v8/v8@bf0bd48 |
targos
pushed a commit
to targos/node
that referenced
this pull request
Dec 19, 2022
PR-URL: nodejs#43697 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Merged
Member
|
This is not landing cleanly in v18.x release line |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
implement fast calls for the wasi module.
the individual calls are about 50-100% faster, and testing with ripgrep compiled to wasm, it looks like real world programs are about 15-20% faster.