fitzgen opened PR #6723 from fitzgen:aarch64-tail-calls
to bytecodealliance:main
:
<!--
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
-->
fitzgen requested cfallin for a review on PR #6723.
fitzgen requested wasmtime-compiler-reviewers for a review on PR #6723.
fitzgen requested jameysharp for a review on PR #6723.
jameysharp submitted PR review:
I haven't reviewed all of this but ran out of time for today. Overall I think it's right but would like somebody else to take a look. For now I have one minor suggestion.
jameysharp submitted PR review:
I haven't reviewed all of this but ran out of time for today. Overall I think it's right but would like somebody else to take a look. For now I have one minor suggestion.
jameysharp created PR review comment:
Since the immediate is a 0, this might as well be an
Add
. At that point I think the disassembly will show it as amov
which would be a little easier to understand.
fitzgen submitted PR review.
fitzgen created PR review comment:
I originally had it as an add and changed it to a sub to try and get the disassembly to show a
mov
. Neither version worked to get that. shrug
fitzgen updated PR #6723.
afonso360 submitted PR review.
afonso360 created PR review comment:
We can use
Inst::gen_move
here right? Hopefully that gives us an actual mov.
fitzgen updated PR #6723.
fitzgen created PR review comment:
D'oh, we can just use
Inst::Move
here.
fitzgen submitted PR review.
fitzgen updated PR #6723.
fitzgen requested jameysharp for a review on PR #6723.
fitzgen requested elliottt for a review on PR #6723.
elliottt submitted PR review:
This looks great to me, thank you for all the comments!
elliottt submitted PR review:
This looks great to me, thank you for all the comments!
elliottt created PR review comment:
for i in (0..new_stack_words).rev() {
fitzgen updated PR #6723.
fitzgen has enabled auto merge for PR #6723.
afonso360 has disabled auto merge for PR #6723.
afonso360 has enabled auto merge for PR #6723.
fitzgen merged PR #6723.
Last updated: Nov 22 2024 at 17:03 UTC