On Tue, May 27, 2014 at 1:37 PM, Yuri Gribov <tetra2...@gmail.com> wrote:
> On Mon, May 26, 2014 at 7:57 PM, 'Dmitry Vyukov' via address-sanitizer
> <address-sanitizer@googlegroups.com> wrote:
>> What exactly do you want to write? We need to coordinate.
>
> From compiler's side we'll probably start experimenting with stack
> instrumentation. Provided that we stick with function calls, I like
> the frame metadata approach most (i.e. insert calls to
> __kasan_instrument_stack/__kasan_uninstrument_stack at start/end of
> function).

alternative to __kasan_instrument_stack is to implement
__asan_get_shadow_ptr(addr) and then reuse the existing inline stack
instrumentation.


>
> --
> 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.

-- 
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