Stream: git-wasmtime

Topic: wasmtime / PR #10815 x64: Stringify fixed registers with ...


view this post on Zulip Wasmtime GitHub notifications bot (May 20 2025 at 13:25):

alexcrichton opened PR #10815 from alexcrichton:display-fixed-regs-as-their-value to bytecodealliance:main:

This commit updates the display implementation of instructions using fixed registers to use the current value of the register rather than the end-result that'll happen after register allocation. That should help ensure that if a virtual register is being used in an instruction that'll get printed instead of the fixed value that should pop out after regalloc. Disassembly shouldn't change though after register allocation because the value of the register should match the fixed encoding.

<!--
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 (May 20 2025 at 13:25):

alexcrichton requested cfallin for a review on PR #10815.

view this post on Zulip Wasmtime GitHub notifications bot (May 20 2025 at 13:25):

alexcrichton requested wasmtime-compiler-reviewers for a review on PR #10815.

view this post on Zulip Wasmtime GitHub notifications bot (May 20 2025 at 15:44):

abrown submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (May 20 2025 at 16:06):

abrown merged PR #10815.


Last updated: Jan 09 2026 at 13:15 UTC