Skip to content
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

Lower load and store instructions by pruning types where possible #1303

Merged
merged 13 commits into from
Nov 10, 2024

move trait impls down in file

85dac8e
Select commit
Loading
Failed to load commit list.
Merged

Lower load and store instructions by pruning types where possible #1303

move trait impls down in file
85dac8e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Nov 10, 2024 in 0s

81.58% (-0.01%) compared to 7a302a9

View this Pull Request on Codecov

81.58% (-0.01%) compared to 7a302a9

Details

Codecov Report

Attention: Patch coverage is 80.00000% with 26 lines in your changes missing coverage. Please review.

Project coverage is 81.58%. Comparing base (7a302a9) to head (85dac8e).

Files with missing lines Patch % Lines
crates/wasmi/src/engine/translator/visit.rs 0.00% 24 Missing ⚠️
crates/wasmi/src/engine/executor/instrs.rs 91.66% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1303      +/-   ##
==========================================
- Coverage   81.59%   81.58%   -0.01%     
==========================================
  Files         306      306              
  Lines       25308    25270      -38     
==========================================
- Hits        20649    20616      -33     
+ Misses       4659     4654       -5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.