Skip to content

Revert "[wasm] Add a monitoring phase to jiterpreter traces and discard unproductive ones (#83432)" #83446

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

Merged
merged 1 commit into from
Mar 15, 2023

Conversation

kg
Copy link
Member

@kg kg commented Mar 15, 2023

The first browser-bench run after the monitoring phase was added shows a regression in Span<byte>.Reverse, and I don't think it's feasible to fix with the distance measuring approach so it's best to back out this commit and try the monitoring phase with a different approach after P3. I suspect the problem is that some traces containing loops will execute for a while and then return a small displacement, but it's not easy to fix that.

@ghost
Copy link

ghost commented Mar 15, 2023

Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.

Issue Details

The first browser-bench run after the monitoring phase was added shows a regression in Span<byte>.Reverse, and I don't think it's feasible to fix with the distance measuring approach so it's best to back out this commit and try the monitoring phase with a different approach after P3. I suspect the problem is that some traces containing loops will execute for a while and then return a small displacement, but it's not easy to fix that.

Author: kg
Assignees: -
Labels:

arch-wasm, area-Codegen-Jiterpreter-mono

Milestone: -

@kg kg merged commit 95df571 into dotnet:main Mar 15, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Apr 15, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-wasm WebAssembly architecture
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants