-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
dotnet-issue-labeler
bot
added
the
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
label
Nov 15, 2022
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsThe jiterpreter has pending work needed:
|
teo-tsirpanis
added
area-Codegen-meta-mono
and removed
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
labels
Nov 15, 2022
This was referenced Nov 16, 2022
kg
changed the title
[wasm] Tracking issue: Jiterpreter cleanup and improvements
[wasm] Jiterpreter tracking issue
Mar 17, 2023
jeffschwMSFT
added
area-Codegen-Interpreter-mono
and removed
area-Codegen-Jiterpreter-mono
labels
Jun 16, 2023
Tagging subscribers to this area: @BrzVlad, @kotlarmilos Issue DetailsThe jiterpreter (#76477) has pending work needed:
Archived items
|
SamMonoRT
added
the
tracking
This issue is tracking the completion of other related issues.
label
Oct 4, 2023
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: