jameysharp requested fitzgen for a review on PR #8297.
jameysharp requested wasmtime-compiler-reviewers for a review on PR #8297.
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.
fitzgen submitted PR review.
fitzgen merged PR #8297.
Last updated: Nov 22 2024 at 16:03 UTC