Stream: git-wasmtime

Topic: wasmtime / PR #14258 Remove some `BTreeMap`s when compili...


view this post on Zulip Wasmtime GitHub notifications bot (Sep 01 2026 at 15:38):

alexcrichton opened PR #14258 from alexcrichton:less-btree to bytecodealliance:main:

This commit removes a few BTreeMap instances found when compiling a module or component within Wasmtime which are used to track various FuncKeys and outputs and such. This refactoring improves the compilation of a module with 100k empty functions by ~27% which is intended to lower the various factors in play when compiling these sorts of modules, especially during fuzzing.

<!--
Please make sure you include the following information:

Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.html

Please review the Bytecode Alliance's AI tool usage policy at
https://github.com/bytecodealliance/governance/blob/main/AI_TOOL_POLICY.md

Please ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->

view this post on Zulip Wasmtime GitHub notifications bot (Sep 01 2026 at 15:38):

alexcrichton requested pchickey for a review on PR #14258.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 01 2026 at 15:38):

alexcrichton requested wasmtime-core-reviewers for a review on PR #14258.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 01 2026 at 18:47):

github-actions[bot] added the label wasmtime:api on PR #14258.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 01 2026 at 19:10):

:thumbs_up: pchickey submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 01 2026 at 19:27):

alexcrichton added PR #14258 Remove some BTreeMaps when compiling a module to the merge queue.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 01 2026 at 19:54):

:check: alexcrichton merged PR #14258.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 01 2026 at 19:54):

alexcrichton removed PR #14258 Remove some BTreeMaps when compiling a module from the merge queue.


Last updated: Sep 20 2026 at 18:08 UTC