Stream: git-wasmtime

Topic: wasmtime / PR #4046 Remove the `Paged` memory initializat...


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

alexcrichton opened PR #4046 from remove-paged-memory to main:

This commit simplifies the MemoryInitialization enum by removing the
Paged variant. The Paged variant was originally added for uffd, but
that support has now been removed in #4040. This is no longer necessary
but is still used as an intermediate step of becoming a Static variant
of initialized memory (which copy-on-write uses). As a result this
commit largely modifies the static initialization of memory steps and
folds the two methods together.

<!--

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 (Apr 19 2022 at 14:31):

alexcrichton requested peterhuene for a review on PR #4046.

view this post on Zulip Wasmtime GitHub notifications bot (May 05 2022 at 05:50):

peterhuene submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (May 05 2022 at 05:50):

peterhuene submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (May 05 2022 at 05:50):

peterhuene created PR review comment:

        // Validate that the memory information collected is indeed valid for

view this post on Zulip Wasmtime GitHub notifications bot (May 05 2022 at 05:50):

peterhuene created PR review comment:

        // This method only attempts to transform a `Segmented` memory init

view this post on Zulip Wasmtime GitHub notifications bot (May 05 2022 at 14:44):

alexcrichton updated PR #4046 from remove-paged-memory to main.

view this post on Zulip Wasmtime GitHub notifications bot (May 05 2022 at 14:44):

alexcrichton merged PR #4046.


Last updated: Oct 23 2024 at 20:03 UTC