> That will add some more complexity to the build system. > E.g. __asan_read1&co will have to reside in a separate library.
Yup. > You probably want to implement them in hand-written assembly, because > otherwise we'll get the same bad code generated by the same compiler. Sure, that goes w/o saying. > Also, ARM calls do not save return address on stack, but store it in > LR register - that's one less memory store on the fast path. +1 -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.
