Stream: git-wasmtime

Topic: wasmtime / PR #13317 Eagerly register `TraceInfo` for typ...


view this post on Zulip Wasmtime GitHub notifications bot (May 07 2026 at 18:09):

fitzgen opened PR #13317 from fitzgen:wasmtime-eager-trace-info to bytecodealliance:main:

It was previously lazily registered inside alloc_raw, which meant repeated work on repeated allocations of the same type and also was an operation on the hot allocation path that is difficult to inline into JIT code (which we will want to do soon for the copying collector, at least).

<!--
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 (May 07 2026 at 18:09):

fitzgen requested alexcrichton for a review on PR #13317.

view this post on Zulip Wasmtime GitHub notifications bot (May 07 2026 at 18:09):

fitzgen requested wasmtime-core-reviewers for a review on PR #13317.

view this post on Zulip Wasmtime GitHub notifications bot (May 07 2026 at 19:35):

:thumbs_up: alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (May 07 2026 at 19:35):

alexcrichton added PR #13317 Eagerly register TraceInfo for types with the GcHeap to the merge queue

view this post on Zulip Wasmtime GitHub notifications bot (May 07 2026 at 19:59):

github-merge-queue[bot] removed PR #13317 Eagerly register TraceInfo for types with the GcHeap from the merge queue

view this post on Zulip Wasmtime GitHub notifications bot (May 07 2026 at 20:07):

fitzgen added PR #13317 Eagerly register TraceInfo for types with the GcHeap to the merge queue

view this post on Zulip Wasmtime GitHub notifications bot (May 07 2026 at 21:46):

:check: fitzgen merged PR #13317.

view this post on Zulip Wasmtime GitHub notifications bot (May 07 2026 at 21:46):

fitzgen removed PR #13317 Eagerly register TraceInfo for types with the GcHeap from the merge queue


Last updated: Jun 01 2026 at 09:49 UTC