[llvm-dev] RFC: EfficiencySanitizer

Qin Zhao via llvm-dev llvm-dev at lists.llvm.org
Wed Apr 20 14:40:16 PDT 2016


On Wed, Apr 20, 2016 at 10:18 AM, Renato Golin <renato.golin at linaro.org>
wrote:

> On 20 April 2016 at 15:07, Filipe Cabecinhas <filcab at gmail.com> wrote:
> > The "external DSO" case also exists, but unless the DSO is also
> > instrumented, you'd get lots of false-negatives (which aren't "a big
> > problem" with the sanitizers, but of course we want to minimize them
> > (you'd do it by also instrumenting the DSO)).
>

We could also perform hybrid execution, i.e., execute the compiler
instrumented code natively and execute external DSO code under a dynamic
binary instrumentation system like DynamoRIO <http://www.dynamorio.org>.
That would be a totally different topic.


> Indeed.
>
> cheers,
> --renato
>
> --
> You received this message because you are subscribed to the Google Groups
> "efficiency-sanitizer" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to efficiency-sanitizer+unsubscribe at google.com.
> To post to this group, send email to efficiency-sanitizer at google.com.
> To view this discussion on the web visit
> https://groups.google.com/a/google.com/d/msgid/efficiency-sanitizer/CAMSE1kfT7NyOMHiZknMXsAADYZXvra559y_%2Bixd5pQZcrdYaAA%40mail.gmail.com
> .
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160420/4a1b1282/attachment.html>


More information about the llvm-dev mailing list