Displaying 1 result from an estimated 1 matches for "3c621369".
2017 Feb 23
4
RFC: Generalize means the sanitizers work with memory
RFC: Generalize means the sanitizers work with memory
Overview
========
Currently, LLVM sanitizers, such as Asan and Tsan, are tied to a specific
memory model that relies on presence of hardware support for virtual memory.
This prevents sanitizers from being used on platforms that lack such 
support,
but otherwise are capable of running sanitized programs. Our research
indicates that adding