Any comments?

On Fri, Jan 20, 2012 at 1:38 PM, Kostya Serebryany <[email protected]> wrote:

> Hello,
>
> The following patch adds __attribute__((no_address_safety_analysis)) which
> will allow to disable
> address safety analysis (such as e.g. AddressSanitizer or SAFECode) for a
> specific function.
>
> When building with AddressSanitizer, add AddressSafety function attribute
> to every generated function
> except for those that have __attribute__((no_address_safety_analysis)).
>
> With this patch we will be able to
> 1. disable AddressSanitizer for a particular function
> 2. disable AddressSanitizer-hostile optimizations (such as some cases of
> load widening) when AddressSanitizer is on.
>
> http://codereview.appspot.com/5561050/
>
> Thanks,
>
> --kcc
>
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to