Stream: git-wasmtime

Topic: wasmtime / PR #7080 riscv64: Add the remainder of Zca and...


view this post on Zulip Wasmtime GitHub notifications bot (Sep 24 2023 at 16:10):

afonso360 opened PR #7080 from afonso360:riscv-c-inst-part-3 to bytecodealliance:main:

:wave: Hey,

This PR completes the Zca and Zcd compressed instruction extensions.

Here's an overview of the new instructions:

This PR also includes all of the Zcd instructions. Which are essentially the floating point loads and stores, they are not part of Zca, but are on a separate extension.

We now have complete support for the base C extension (except compressed branches, see https://github.com/bytecodealliance/wasmtime/pull/7047#issuecomment-1723618095). We are still missing Zcb, which I'm planning on adding fairly soon.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 24 2023 at 16:10):

afonso360 requested abrown for a review on PR #7080.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 24 2023 at 16:10):

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

view this post on Zulip Wasmtime GitHub notifications bot (Sep 24 2023 at 16:11):

afonso360 edited PR #7080:

:wave: Hey,

This PR completes the Zca and Zcd compressed instruction extensions.

Here's an overview of the new instructions:

This PR also includes all of the Zcd instructions. Which are essentially the floating point loads and stores, they are not part of Zca, but are on a separate extension.

We now have complete support for the base C extension (except compressed branches, see https://github.com/bytecodealliance/wasmtime/pull/7047#issuecomment-1723618095). We are still missing Zcb, which I'm planning on adding fairly soon.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 25 2023 at 14:35):

alexcrichton submitted PR review:

:+1:

view this post on Zulip Wasmtime GitHub notifications bot (Sep 25 2023 at 15:27):

alexcrichton merged PR #7080.


Last updated: Nov 22 2024 at 16:03 UTC