| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Review requested:
|
Sorry, something went wrong.
|
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... |
Sorry, something went wrong.
There was a problem hiding this comment.
Drive-by comment.
Sorry, something went wrong.
Sorry, something went wrong.
|
Please increment the embedder string in common.gypi once in each V8 backport commit. |
Sorry, something went wrong.
Sorry, something went wrong.
PR-URL: #43697 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
|
I tried to include this in v19.3.0 but two wasi tests failed on ARM macs. |
Sorry, something went wrong.
PR-URL: #43697 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
|
@targos if you want to try, you should be able to backport this to 19 if you include v8/v8@bf0bd48 |
Sorry, something went wrong.
PR-URL: nodejs#43697 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
|
This is not landing cleanly in v18.x release line |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
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.