Stream: git-wasmtime

Topic: wasmtime / PR #8297 cranelift: Specialize uses of StackAM...


view this post on Zulip Wasmtime GitHub notifications bot (Apr 03 2024 at 20:07):

jameysharp requested fitzgen for a review on PR #8297.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 03 2024 at 20:07):

jameysharp requested wasmtime-compiler-reviewers for a review on PR #8297.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 03 2024 at 20:07):

jameysharp opened PR #8297 from jameysharp:specialize-spoffset to bytecodealliance:main:

When this variant is used within a specific target backend, we know exactly which address-mode to generate, so using the target independent StackAMode doesn't buy us anything.

This PR ensures that StackAMode is only constructed by target independent code in machinst::abi, so that it's easier to figure out how each of the variants are used.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 04 2024 at 21:08):

fitzgen submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 04 2024 at 21:34):

fitzgen merged PR #8297.


Last updated: Nov 22 2024 at 16:03 UTC