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)
- Cranelift: upgrade to regalloc2 0.9.2.
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.
- cargo-vet update for regalloc2 0.9.2.
<!--
Please make sure you include the following information:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
cfallin requested pchickey for a review on PR #6727.
cfallin requested wasmtime-default-reviewers for a review on PR #6727.
alexcrichton submitted PR review.
alexcrichton merged PR #6727.
Last updated: Nov 22 2024 at 17:03 UTC