alexcrichton opened PR #7133 from alexcrichton:clif-refactor-branches
to bytecodealliance:main
:
This commit is a refactoring to consistently implement
lower_branch
among Cranelift's backends. Previously each backend had its own means of extracting labels and shuffling along information, and now there's prelude methods for all backends to access and use. This changes a few display impls but the actual meat of what's emitted shouldn't change amongst the backends.<!--
Please make sure you include the following information:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
alexcrichton requested fitzgen for a review on PR #7133.
alexcrichton requested wasmtime-compiler-reviewers for a review on PR #7133.
alexcrichton updated PR #7133.
fitzgen submitted PR review:
LGTM; question below.
fitzgen submitted PR review:
LGTM; question below.
fitzgen created PR review comment:
What happened to label3?
alexcrichton created PR review comment:
Previously all jump targets, plus the default, was stored in a list where the first element of the list was implicitly the default. Now they're stored separately, the default in one location and the targets in another. This display impl I left rendering only the targets as those are the jump table entries.
alexcrichton submitted PR review.
alexcrichton merged PR #7133.
Last updated: Nov 22 2024 at 17:03 UTC