Stream: git-wasmtime

Topic: wasmtime / issue #1749 Use virtual memory tricks to make ...


view this post on Zulip Wasmtime GitHub notifications bot (Dec 13 2024 at 20:30):

fitzgen commented on issue #1749:

Brief summary of an evolution of this idea that came up from discussion between @cfallin, @aturon, and myself:

Compared to the current epoch system, this gets us faster Wasm execution at the cost of making interruption more expensive. Given that the performance trade offs are different, it may make sense to support both, rather than replace epochs with this proposed virtual memory system.


Last updated: Dec 23 2024 at 12:05 UTC