All,

I was wondering whether there are plans to add (optional) out-of-line
instrumentation of memory accesses i.e. use function calls like
__asan_read1 instead of explicit instruction sequence to access shadow
memory? AFAIK KernelSanitizer is already using this approach.

Memory savings would be quite significant which is important for
mobile applications. I also wouldn't expect performance to drop that
much (branch prediction, etc.). Actually it may even increase (just
take a look at the horrible instrumentation code that is generated on
ARM).

-Y

-- 
You received this message because you are subscribed to the Google Groups 
"address-sanitizer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to address-sanitizer+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to