Stream: git-wasmtime

Topic: wasmtime / issue #6829 Adding wmemcheck hooks for SIMD lo...


view this post on Zulip Wasmtime GitHub notifications bot (Aug 09 2023 at 22:14):

ssunkin-fastly opened issue #6829:

Thanks for filing a feature request! Please fill out the TODOs below.

Feature

Adding hooks to track SIMD loads and stores for wmemcheck, similary to.

Benefit

Wmemcheck is more thorough in its read/write error detection if SIMD loads/stores are tracked.

Implementation

Hooks added would be similar to existing before_load() and before_store() hooks defined in func_environ.rs.

Alternatives

N/A

view this post on Zulip Wasmtime GitHub notifications bot (Aug 09 2023 at 22:14):

ssunkin-fastly edited issue #6829:

Feature

Adding hooks to track SIMD loads and stores for wmemcheck, similary to.

Benefit

Wmemcheck is more thorough in its read/write error detection if SIMD loads/stores are tracked.

Implementation

Hooks added would be similar to existing before_load() and before_store() hooks defined in func_environ.rs.

Alternatives

N/A


Last updated: Nov 22 2024 at 16:03 UTC