Stream: git-wasmtime

Topic: wasmtime / PR #8376 cranelift: Simplify checking whether ...


view this post on Zulip Wasmtime GitHub notifications bot (Apr 16 2024 at 00:35):

jameysharp requested elliottt for a review on PR #8376.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 16 2024 at 00:35):

jameysharp requested wasmtime-compiler-reviewers for a review on PR #8376.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 16 2024 at 00:35):

jameysharp opened PR #8376 from jameysharp:simplify-probestack to bytecodealliance:main:

Callee::probestack_min_frame was always set to the guard-page size. That is the same as the guard_size local in gen_prologue, which was also the only place which used probestack_min_frame. So don't even bother storing it, just compute it from the flags as needed.

Also, remove the long-obsolete probestack_func_adjusts_sp setting, which hasn't been used since at least 2021. We may actually want to do something like what that setting described, but even if we do, it should be a choice the backend makes rather than a global setting.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 16 2024 at 00:35):

jameysharp requested alexcrichton for a review on PR #8376.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 16 2024 at 00:35):

jameysharp requested wasmtime-core-reviewers for a review on PR #8376.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 16 2024 at 00:56):

elliottt submitted PR review:

Yay! :tada:

view this post on Zulip Wasmtime GitHub notifications bot (Apr 16 2024 at 01:03):

github-actions[bot] commented on PR #8376:

Subscribe to Label Action

cc @peterhuene

<details>
This issue or pull request has been labeled: "cranelift", "cranelift:area:machinst", "cranelift:meta", "wasmtime:api"

Thus the following users have been cc'd because of the following labels:

To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.

Learn more.
</details>

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

jameysharp merged PR #8376.


Last updated: Nov 22 2024 at 16:03 UTC