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()
andbefore_store()
hooks defined infunc_environ.rs
.Alternatives
N/A
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()
andbefore_store()
hooks defined infunc_environ.rs
.Alternatives
N/A
Last updated: Nov 22 2024 at 16:03 UTC