Stream: git-wasmtime

Topic: wasmtime / PR #4477 s390x: Support preserve_frame_pointer...


view this post on Zulip Wasmtime GitHub notifications bot (Jul 20 2022 at 15:18):

uweigand opened PR #4477 from s390x-backchain to main:

On s390x, we do not have a frame pointer that can be used to chain
stack frames for easy unwinding. Instead, our ABI defines a stack
"backchain" mechanism that can be used to the same effect.

This PR uses that backchain mechanism to implement the new
preserve_frame_pointers flags introduced here:
https://github.com/bytecodealliance/wasmtime/pull/4469

FYI @fitzgen @cfallin

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Jul 20 2022 at 15:22):

fitzgen submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 20 2022 at 15:23):

uweigand updated PR #4477 from s390x-backchain to main.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 20 2022 at 15:29):

fitzgen submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 21 2022 at 17:09):

fitzgen merged PR #4477.


Last updated: Oct 23 2024 at 20:03 UTC