Stream: git-wasmtime

Topic: wasmtime / Issue #2525 Don't compile all trampolines for ...


view this post on Zulip Wasmtime GitHub notifications bot (Dec 18 2020 at 17:17):

alexcrichton opened Issue #2525:

This issue is intended to track this TODO where we're compiling way too many trampolines for module-linking-using modules. With module linking enabled each module has a "global" list for itself and all its submodules of all types and type signatures used. Each module then also complies all of those trampolines in that list each time, meaning we compile way too many trampolines too many times.

Wasmtime should instead compile all the trampolines only once, and then share the trampolines amongst all modules.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 26 2021 at 00:11):

alexcrichton closed Issue #2525:

This issue is intended to track this TODO where we're compiling way too many trampolines for module-linking-using modules. With module linking enabled each module has a "global" list for itself and all its submodules of all types and type signatures used. Each module then also complies all of those trampolines in that list each time, meaning we compile way too many trampolines too many times.

Wasmtime should instead compile all the trampolines only once, and then share the trampolines amongst all modules.


Last updated: Nov 22 2024 at 16:03 UTC