Stream: git-wasmtime

Topic: wasmtime / PR #7265 riscv: Delete `AdjustSp` instruction


view this post on Zulip Wasmtime GitHub notifications bot (Oct 17 2023 at 11:02):

afonso360 opened PR #7265 from afonso360:riscv-del-adjust-sp to bytecodealliance:main:

:wave: Hey,

This is a small cleanup to the RISC-V backend. We have an AdjustSp instruction, but it doesn't do a whole lot, and it can be replaced by an existing helper function. So there is no reason to have it at the emit layer.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 17 2023 at 11:02):

afonso360 requested cfallin for a review on PR #7265.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 17 2023 at 11:02):

afonso360 requested wasmtime-compiler-reviewers for a review on PR #7265.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 17 2023 at 11:03):

afonso360 updated PR #7265.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 17 2023 at 13:54):

alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 17 2023 at 14:36):

alexcrichton merged PR #7265.


Last updated: Nov 22 2024 at 16:03 UTC