Stream: git-wasmtime

Topic: wasmtime / issue #2469 Consider deduplicating type/module...


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

alexcrichton commented on issue #2469:

Wasmtime now does this optimization, so I'm going to close this.

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

alexcrichton closed issue #2469:

Currently Wasmtime does not deduplicate function signatures within a module. This is a possible optimization we could apply, however, to save space when compiling modules. This is perhaps more important with module linking where it's more likely for function signatures to be duplicated across a family of modules.

In any case wanted to file an issue for this and reference it in the code. I'm not certain this is a slam-dunk "we should definitely do this", but I suspect it wouldn't hurt beyond making things a little harder to comprehend as well.


Last updated: Nov 22 2024 at 17:03 UTC