Stream: git-wasmtime

Topic: wasmtime / PR #5570 cranelift-codegen: Prepare aarch64 fo...


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

saulecabrera opened PR #5570 from expose-aarch64-pieces-for-codegen to main:

Similar to https://github.com/bytecodealliance/wasmtime/pull/5413
This commit exposes the necessary aarch64 pieces to be used by Winch for binary emission.

I defaulted to expose only the pieces that I'm anticipating that I'll need immediately; mainly the exports from the imms, args and settings modules. If there's a need for something else, I'll add it in a separate PR.

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Jan 13 2023 at 18:33):

jameysharp submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 13 2023 at 18:33):

jameysharp submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 13 2023 at 18:33):

jameysharp created PR review comment:

I think that once these are public outside the crate, the `#[allow(dead_code)] attribute becomes unnecessary. Could you try removing these attributes and verify that there aren't any warnings?

view this post on Zulip Wasmtime GitHub notifications bot (Jan 13 2023 at 18:33):

jameysharp created PR review comment:

Minor typo:

    /// Returns true if the VectorSize is 128-bits.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 13 2023 at 18:33):

jameysharp created PR review comment:

Minor typo:

    /// Create a `MoveWideCosnt` from a given shift, if possible.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 13 2023 at 19:05):

saulecabrera updated PR #5570 from expose-aarch64-pieces-for-codegen to main.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 13 2023 at 19:06):

saulecabrera submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 13 2023 at 19:06):

saulecabrera created PR review comment:

Good catch! I removed the dead code warnings as suggested and no warnings came back.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 13 2023 at 19:27):

jameysharp has enabled auto merge for PR #5570.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 13 2023 at 19:46):

jameysharp merged PR #5570.


Last updated: Oct 23 2024 at 20:03 UTC