Stream: git-wasmtime

Topic: wasmtime / PR #9918 winch: Standardize method naming conv...


view this post on Zulip Wasmtime GitHub notifications bot (Jan 02 2025 at 17:42):

saulecabrera opened PR #9918 from saulecabrera:winch-standardize-asm to bytecodealliance:main:

The initial convention was to name all the methods after the instructions they represent (e.g., fn mov_ir). This convention has diverged over time, most noticeably in the AArch64 assembler.

The intention of this commit is primarily for bookkeeping purposes, in order to maintain a consistent naming convention.

<!--
Please make sure you include the following information:

Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.html

Please ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->

view this post on Zulip Wasmtime GitHub notifications bot (Jan 02 2025 at 17:42):

saulecabrera requested cfallin for a review on PR #9918.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 02 2025 at 17:42):

saulecabrera requested wasmtime-compiler-reviewers for a review on PR #9918.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 02 2025 at 18:00):

cfallin submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 02 2025 at 18:19):

cfallin merged PR #9918.


Last updated: Jan 24 2025 at 00:11 UTC