Stream: git-wasmtime

Topic: wasmtime / PR #3088 Fix stack checks of recursive async f...


view this post on Zulip Wasmtime GitHub notifications bot (Jul 14 2021 at 20:26):

alexcrichton opened PR #3088 from stack-limits to main:

Previously the stack pointer limit wasn't adjusted, even in the face of
stack switching. This commit updates the logic around the stack limit
calculation to configure it on all async function calls, even if they're
recursive. Synchronous function calls, however, continue to only
configure the stack limit at the start, not for recursive calls.

<!--

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 14 2021 at 20:31):

alexcrichton updated PR #3088 from stack-limits to main.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 14 2021 at 20:37):

peterhuene submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 14 2021 at 20:37):

peterhuene submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 14 2021 at 20:37):

peterhuene created PR review comment:

/// WebAssembly is entered within the `Store`.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 14 2021 at 20:50):

alexcrichton updated PR #3088 from stack-limits to main.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 14 2021 at 21:32):

alexcrichton merged PR #3088.


Last updated: Oct 23 2024 at 20:03 UTC