Stream: git-wasmtime

Topic: wasmtime / PR #6727 Cherry-pick regalloc2 0.9.2 upgrade t...


view this post on Zulip Wasmtime GitHub notifications bot (Jul 14 2023 at 16:03):

cfallin opened PR #6727 from cfallin:regalloc-0.9.2-release-11 to bytecodealliance:release-11.0.0:

This pulls in a fix for potential compilation panics on RISC-V, where two different register classes have spillslots of the same size and would previously try to share spillslots.

Cranelift: upgrade to regalloc2 0.9.2. (#6726)

This pulls in bytecodealliance/regalloc2#152, which fixes a bug that is reachable on RISC-V: when two different register classes have the same stackslot size, the register allocation result might share a slot between two different classes, which can result in moves between classes that will cause a panic. The fix properly separates slots by class.

<!--
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 (Jul 14 2023 at 16:03):

cfallin requested pchickey for a review on PR #6727.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 14 2023 at 16:03):

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

view this post on Zulip Wasmtime GitHub notifications bot (Jul 14 2023 at 16:23):

alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 14 2023 at 16:51):

alexcrichton merged PR #6727.


Last updated: Oct 23 2024 at 20:03 UTC