alexcrichton commented on issue #2795:
uffd has since been removed, so I'm going to close this
alexcrichton closed issue #2795:
Right now, when using the pooling instance allocator with the uffd feature, we always copy data segments into linear memory with a granularity of a wasm page. We should also support the granularity of an OS page.
(Motivation: for wizened modules that pointer chase through the heap, bringing in whole wasm pages is effectively pulling in a bunch of unrelated stuff.)
cc @peterhuene @alexcrichton
Last updated: Nov 22 2024 at 16:03 UTC