Stream: git-wasmtime

Topic: wasmtime / PR #8807 Skip `AutoAssertNoGc` checks for appl...


view this post on Zulip Wasmtime GitHub notifications bot (Jun 14 2024 at 18:07):

alexcrichton opened PR #8807 from alexcrichton:faster-no-gc-calls to bytecodealliance:main:

This commit skips the safety checks of AutoAssertNoGc for the duration of host calls where the types involved are statically known to not perform any GCs (e.g. integers and floats). This helps recover some performance loss from indirect calls made on entry/exit of an AutoAssertNoGc scope when the gc feature is enabled in Wasmtime.

This is in reference to this discussion

view this post on Zulip Wasmtime GitHub notifications bot (Jun 14 2024 at 18:07):

alexcrichton requested pchickey for a review on PR #8807.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 14 2024 at 18:07):

alexcrichton requested wasmtime-core-reviewers for a review on PR #8807.

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

fitzgen submitted PR review.

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

fitzgen has enabled auto merge for PR #8807.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 14 2024 at 18:29):

fitzgen merged PR #8807.


Last updated: Nov 22 2024 at 16:03 UTC