alexcrichton opened PR #14258 from alexcrichton:less-btree to bytecodealliance:main:
This commit removes a few
BTreeMapinstances found when compiling a module or component within Wasmtime which are used to track variousFuncKeys 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:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease review the Bytecode Alliance's AI tool usage policy at
https://github.com/bytecodealliance/governance/blob/main/AI_TOOL_POLICY.mdPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
alexcrichton requested pchickey for a review on PR #14258.
alexcrichton requested wasmtime-core-reviewers for a review on PR #14258.
github-actions[bot] added the label wasmtime:api on PR #14258.
:thumbs_up: pchickey submitted PR review.
alexcrichton added PR #14258 Remove some BTreeMaps when compiling a module to the merge queue.
:check: alexcrichton merged PR #14258.
alexcrichton removed PR #14258 Remove some BTreeMaps when compiling a module from the merge queue.
Last updated: Sep 20 2026 at 18:08 UTC