Stream: git-wasmtime

Topic: wasmtime / PR #12248 Cranelift: Do not track expression d...


view this post on Zulip Wasmtime GitHub notifications bot (Jan 06 2026 at 17:50):

fitzgen opened PR #12248 from fitzgen:remove-depth-from-cost to bytecodealliance:main:

We don't have any rules that try to rebalance trees to make them shallower in the mid-end (we determined it was the wrong place to do that kind of thing, since we don't know register pressure at that point) so there is no need to track expression depth in the cost function.

<!--
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 06 2026 at 17:50):

fitzgen requested cfallin for a review on PR #12248.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 06 2026 at 17:50):

fitzgen requested wasmtime-compiler-reviewers for a review on PR #12248.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 06 2026 at 18:53):

cfallin submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 06 2026 at 19:17):

cfallin merged PR #12248.


Last updated: Jan 09 2026 at 13:15 UTC