ASAN support for pinned arrays
Debugging memory soundness issues within polyglot applications can be incredibly difficult. In recent years, Address Sanitizer (ASAN) has largely supplanted dynamic translation approaches like valgrind.
We should likely add ASAN poisoning support for pinned arrays, which are very likely to be used for FFI.
Edited by Ben Gamari