wasmi-labs / wasmi

WebAssembly (Wasm) interpreter.
https://wasmi-labs.github.io/wasmi/
Apache License 2.0
1.52k stars 274 forks source link

Optimize call instruction execution #1016

Closed Robbepop closed 2 months ago

Robbepop commented 2 months ago

Benchmarks locally show slight improvements for certain test cases.

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 79.24528% with 11 lines in your changes are missing coverage. Please review.

Project coverage is 80.75%. Comparing base (cbcb695) to head (70f1d99).

Files Patch % Lines
crates/wasmi/src/engine/executor/instrs/call.rs 77.08% 11 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1016 +/- ## ========================================== + Coverage 80.74% 80.75% +0.01% ========================================== Files 269 269 Lines 24719 24687 -32 ========================================== - Hits 19959 19936 -23 + Misses 4760 4751 -9 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.