Stream: git-wasmtime

Topic: wasmtime / PR #9244 Use inline GC barriers for accessing ...


view this post on Zulip Wasmtime GitHub notifications bot (Sep 13 2024 at 17:21):

fitzgen opened PR #9244 from fitzgen:gc-globals-inline-barriers to bytecodealliance:main:

Previously, we would call out to the runtime via libcalls to get and set Wasm globals of types that are managed by the GC. This change introduces inline barriers for these operations, which should improve performance, and removes unnecessary libcall implementations.

<!--
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 (Sep 13 2024 at 17:21):

fitzgen requested alexcrichton for a review on PR #9244.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 13 2024 at 17:21):

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

view this post on Zulip Wasmtime GitHub notifications bot (Sep 13 2024 at 17:41):

fitzgen updated PR #9244.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 13 2024 at 17:49):

alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 13 2024 at 17:53):

fitzgen updated PR #9244.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 13 2024 at 17:53):

fitzgen has enabled auto merge for PR #9244.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 13 2024 at 17:58):

fitzgen updated PR #9244.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 13 2024 at 18:02):

fitzgen updated PR #9244.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 13 2024 at 18:52):

alexcrichton merged PR #9244.


Last updated: Oct 23 2024 at 20:03 UTC