Stream: git-wasmtime

Topic: wasmtime / PR #11352 Use `SecondaryMap`s in `FuncTranslat...


view this post on Zulip Wasmtime GitHub notifications bot (Jul 30 2025 at 19:35):

fitzgen requested cfallin for a review on PR #11352.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 30 2025 at 19:35):

fitzgen opened PR #11352 from fitzgen:secondary-maps-in-func-translation-state to bytecodealliance:main:

These maps are all keyed on entities, and should all be fairly dense and/or small, so we can use SecondaryMaps to get fast lookups and avoid hashing.

<!--
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 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 (Jul 30 2025 at 19:35):

fitzgen requested wasmtime-compiler-reviewers for a review on PR #11352.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 30 2025 at 19:38):

alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 30 2025 at 20:15):

fitzgen merged PR #11352.


Last updated: Dec 06 2025 at 06:05 UTC