I don't think there are an short term plans for that. We can not use clang to compile linux kernel yet.
It could be an interesting experiment. On Fri, Mar 28, 2014 at 8:44 PM, Yuri Gribov <[email protected]> wrote: > 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 [email protected]. > For more options, visit https://groups.google.com/d/optout. -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
