-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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] Jiterpreter tracking issue #78428
Labels
arch-wasm
WebAssembly architecture
area-Codegen-Interpreter-mono
tracking
This issue is tracking the completion of other related issues.
Milestone
Comments
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsThe jiterpreter has pending work needed:
|
This was referenced Nov 16, 2022
Tagging subscribers to this area: @BrzVlad, @kotlarmilos Issue DetailsThe jiterpreter (#76477) has pending work needed:
Archived items
|
Moving tracking issues to 9.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
arch-wasm
WebAssembly architecture
area-Codegen-Interpreter-mono
tracking
This issue is tracking the completion of other related issues.
The jiterpreter (#76477) has pending work needed:
if (cond) { br bailout_block }
orbr_if bailout_block
a = b * 2; a = a + 1;
(this turns out to make things slower in v8 for some reason, so prototype won't land)Archived items
The text was updated successfully, but these errors were encountered: