-
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
[jiterp] Adjust jiterpreter thresholds to exercise it more on CI #82476
Conversation
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsTest PR in order to run CI lanes with the jiterpreter thresholds lower for better test coverage. If this works well ideally we can set up a lane for this or a rolling build or something.
|
3aab262
to
f9b469b
Compare
f9b469b
to
364b4da
Compare
Generate fallthrough in CFG Generate branch block header partially in cfg Emit branches in CFG Checkpoint: Emit loop and exit return in CFG (broken) Fix CFG emitting function header in the wrong place Improve accuracy of cfg size estimation Remove log messages Checkpoint: Forward branches partially working Fix non-conditional branches not being added to target table Remove fallthrough
Use copyWithin to implement appendBytes where possible More accurate overhead calculation
e6bf444
to
ceba516
Compare
Draft Pull Request was automatically closed for 30 days of inactivity. Please let us know if you'd like to reopen it. |
Test PR in order to run CI lanes with the jiterpreter thresholds lower for better test coverage. If this works well ideally we can set up a lane for this or a rolling build or something.