Stream: git-wasmtime

Topic: wasmtime / PR #10748 Backport to 33.0.0: Cranelift: updat...


view this post on Zulip Wasmtime GitHub notifications bot (May 07 2025 at 21:42):

cfallin opened PR #10748 from cfallin:backport-10747-to-33.0.0 to bytecodealliance:release-33.0.0:

Prior versions of regalloc2 could not support more than 255 operands on an instruction, and together with the integrated return-value loads on call instructions introduced in #10502, this caused issues with calls with many returns. This PR upgrades to a version of RA2 that supports up to 2^16 - 1 operands per instruction (well in excess of the maximum of 1000 return/result values per Wasm's implementation limits, for example).

view this post on Zulip Wasmtime GitHub notifications bot (May 07 2025 at 21:42):

cfallin requested dicej for a review on PR #10748.

view this post on Zulip Wasmtime GitHub notifications bot (May 07 2025 at 21:42):

cfallin requested wasmtime-core-reviewers for a review on PR #10748.

view this post on Zulip Wasmtime GitHub notifications bot (May 07 2025 at 21:42):

cfallin requested wasmtime-default-reviewers for a review on PR #10748.

view this post on Zulip Wasmtime GitHub notifications bot (May 07 2025 at 21:45):

cfallin requested alexcrichton for a review on PR #10748.

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

alexcrichton submitted PR review.

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

alexcrichton merged PR #10748.


Last updated: Dec 06 2025 at 06:05 UTC