Stream: git-wasmtime

Topic: wasmtime / PR #7269 Refactor x64 asm methods to extract x...


view this post on Zulip Wasmtime GitHub notifications bot (Oct 17 2023 at 15:48):

jeffcharles requested fitzgen for a review on PR #7269.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 17 2023 at 15:48):

jeffcharles requested wasmtime-compiler-reviewers for a review on PR #7269.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 17 2023 at 15:48):

jeffcharles opened PR #7269 from jeffcharles:winch-refactor-asm-methods to bytecodealliance:main:

<!--
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
-->
Refactor x86 microassembler methods such that separate methods are used to operate on XMM registers as opposed to operating on general purpose registers. Also rename methods that operate on multiple XMM registers to use the format xmm_operation_rr to be consistent with the naming convention in the rest of the struct.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 17 2023 at 15:55):

saulecabrera submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 17 2023 at 15:55):

saulecabrera has enabled auto merge for PR #7269.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 17 2023 at 16:58):

saulecabrera merged PR #7269.


Last updated: Oct 23 2024 at 20:03 UTC