Stream: git-wasmtime

Topic: wasmtime / PR #8401 Rework the riscv64 backend to save/re...


view this post on Zulip Wasmtime GitHub notifications bot (Apr 18 2024 at 19:53):

elliottt edited PR #8401.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 18 2024 at 19:55):

elliottt edited PR #8401:

Address clobbers in the clobber area with positive offsets from SP in the prologue and epilogue, by moving the SP updates earlier in the prologue and later in the epilogue. This ensures that we're never writing to offsets below SP, which would be a bug if we were to receive a signal before the SP update in the prologue, or after the SP update in the epilogue.
<!--
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 (Apr 18 2024 at 21:14):

elliottt merged PR #8401.


Last updated: Oct 23 2024 at 20:03 UTC