Stream: git-wasmtime

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


view this post on Zulip Wasmtime GitHub notifications bot (Dec 02 2020 at 22:49):

alexcrichton opened 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 16:03 UTC