Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

winch: Track the callee calling convention #9757

Merged

Conversation

saulecabrera
Copy link
Member

This commit aims to improve the consistency of call emission in Winch.

Prior to this commit, the calling convention at Winch's assembler layer was hardcoded. Even though the calling convention invariants are correctly handled early on in the code generation process and this has no effect on the generated code, it could lead to subtle bugs if Cranelift's emission infrastructure changes. It could also be confusing when trying to implement call instrutions for other backends.

This change is motivated by some of the questions in #9751

This commit aims to improve the consistency of call emission in Winch.

Prior to this commit, the calling convention at Winch's assembler layer
was hardcoded. Even though the calling convention invariants are
correctly handled early on in the code generation process and this has
no effect on the generated code, it could lead to subtle bugs if
Cranelift's emission infrastructure changes. It could also be confusing
when trying to implement call instrutions for other backends.

This change is motivated by some of the questions in bytecodealliance#9751
@saulecabrera saulecabrera requested a review from a team as a code owner December 6, 2024 19:09
@saulecabrera saulecabrera requested review from fitzgen and removed request for a team December 6, 2024 19:09
@fitzgen fitzgen added this pull request to the merge queue Dec 6, 2024
Merged via the queue into bytecodealliance:main with commit 792cccc Dec 6, 2024
42 checks passed
@saulecabrera saulecabrera deleted the winch-improve-call-state branch December 6, 2024 20:22
MarinPostma added a commit to MarinPostma/wasmtime that referenced this pull request Dec 6, 2024
MarinPostma added a commit to MarinPostma/wasmtime that referenced this pull request Dec 7, 2024
github-merge-queue bot pushed a commit that referenced this pull request Dec 9, 2024
* implement trapz for aarch64

* implement call_with_name for aarch64 asm

* implement call_with_reg for aarch64 asm

* implement call_with_lib for aarch64 asm

* tidy imports

* implement address_at_vmctx for aarch64 masm

* tidy imports

* add tests

* fmt pass

* fix test after rebase

* add some comments

* pass calling convention down to asm

after #9757

* s/Emits/Emit/

* fix test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants