Any comments? <br><br><div class="gmail_quote">On Fri, Jan 20, 2012 at 1:38 PM, Kostya Serebryany <span dir="ltr"><<a href="mailto:kcc@google.com">kcc@google.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello, <div><br></div>The following patch adds __attribute__((no_address_safety_analysis)) which will allow to disable <div>address safety analysis (such as e.g. AddressSanitizer or SAFECode) for a specific function. </div>

<div><br></div><div>When building with AddressSanitizer, add AddressSafety function attribute to every generated function </div><div>except for those that have __attribute__((no_address_safety_analysis)).</div><div><br></div>

<div>With this patch we will be able to </div><div>1. disable AddressSanitizer for a particular function</div><div>2. disable AddressSanitizer-hostile optimizations (such as some cases of load widening) when AddressSanitizer is on. </div>

<div><br></div><div><a href="http://codereview.appspot.com/5561050/" target="_blank">http://codereview.appspot.com/5561050/</a></div><div><br></div><div>Thanks, </div><div><br></div><div>--kcc </div>
</blockquote></div><br>