Stream: git-wasmtime

Topic: wasmtime / PR #10940 Add a `disas` test for conditional t...


view this post on Zulip Wasmtime GitHub notifications bot (Jun 05 2025 at 22:02):

fitzgen opened PR #10940 from fitzgen:wasm-trapz to bytecodealliance:main:

The Wasm-to-CLIF translation is currently suboptimal / we don't have a way to fuse the control-flow equivalent of trap[n]z instructions into their single CLIF instruction, which results in worse optimizations and poor codegen. This new test will at least help us track this.

<!--
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 (Jun 05 2025 at 22:02):

fitzgen requested wasmtime-core-reviewers for a review on PR #10940.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 05 2025 at 22:02):

fitzgen requested dicej for a review on PR #10940.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 05 2025 at 22:07):

alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 05 2025 at 22:12):

fitzgen has enabled auto merge for PR #10940.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 05 2025 at 23:13):

fitzgen merged PR #10940.


Last updated: Dec 06 2025 at 07:03 UTC