Stream: git-wasmtime

Topic: wasmtime / PR #11872 Never use `colocated` symbols in `cr...


view this post on Zulip Wasmtime GitHub notifications bot (Oct 15 2025 at 22:05):

alexcrichton opened PR #11872 from alexcrichton:cranelift-never-colocated to bytecodealliance:main:

As I've just discovered it turns out that all functions are in their own mmap, and mmaps aren't guaranteed to be anywhere near one another. This means that functions cannot ever be colocated and must always have absolute relocations to one another.

<!--
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 (Oct 15 2025 at 22:05):

alexcrichton requested fitzgen for a review on PR #11872.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 15 2025 at 22:05):

alexcrichton requested wasmtime-compiler-reviewers for a review on PR #11872.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 16 2025 at 00:38):

fitzgen submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 16 2025 at 01:01):

fitzgen merged PR #11872.


Last updated: Dec 06 2025 at 06:05 UTC