Stream: git-wasmtime

Topic: wasmtime / PR #6726 Cranelift: upgrade to regalloc2 0.9.2.


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

cfallin opened PR #6726 from cfallin:regalloc2-0.9.2 to bytecodealliance:main:

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. There should be no impact on non-RISC-V architectures.

<!--
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 00:13):

cfallin requested alexcrichton for a review on PR #6726.

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

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

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

alexcrichton submitted PR review:

:+1: but I think this needs to update cargo vet stuff as well

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

cfallin updated PR #6726.

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

cfallin has enabled auto merge for PR #6726.

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

cfallin merged PR #6726.


Last updated: Nov 22 2024 at 16:03 UTC