Stream: git-wasmtime

Topic: wasmtime / PR #5095 Cranelift: pass iterators to `ABIMach...


view this post on Zulip Wasmtime GitHub notifications bot (Oct 21 2022 at 20:38):

fitzgen opened PR #5095 from compute-arg-locs-iterator to main:

Instead of slices. This gives us more flexibility to pass custom sequences without needing to allocate a Vec to hold them and pass in as a slice.

<!--

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 (Oct 21 2022 at 20:38):

fitzgen requested elliottt for a review on PR #5095.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 21 2022 at 20:38):

fitzgen requested cfallin for a review on PR #5095.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 21 2022 at 21:22):

elliottt created PR review comment:

Do you still need the .copied() here?

view this post on Zulip Wasmtime GitHub notifications bot (Oct 21 2022 at 21:22):

elliottt submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 21 2022 at 21:24):

elliottt submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 21 2022 at 21:24):

elliottt created PR review comment:

Ah, the Item is still a reference, never mind :)

view this post on Zulip Wasmtime GitHub notifications bot (Oct 21 2022 at 21:45):

fitzgen submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 21 2022 at 21:45):

fitzgen created PR review comment:

Yeah because otherwise it is references to params, and the s390x needs the actual value because it will re-assign the param local elsewhere in the loop.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 21 2022 at 23:00):

elliottt submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 21 2022 at 23:08):

fitzgen merged PR #5095.


Last updated: Oct 23 2024 at 20:03 UTC