Re: Compile-Time Optimizations

2013-12-30 Thread Alexander Potapenko
> I thought that some optimization cases mentioned on this page could be > handled by segregating the sanitizing code from the accesses themselves. Can you please elaborate what do you mean by segregation here? Is it actually treating the sanitizing code as function calls taking the variables as pa

Re: Compile-Time Optimizations

2013-12-30 Thread Dmitry Vyukov
On Mon, Dec 30, 2013 at 4:29 PM, Ivan Kosarev wrote: > First of all, let me state it once more that the sanitizers help a lot with > finding bugs in large-scale projects. Thank you gentlemen for your effort! > > Then, one of the ASAN wiki pages at: > > https://code.google.com/p/address-sanitizer/w

Compile-Time Optimizations

2013-12-30 Thread Ivan Kosarev
First of all, let me state it once more that the sanitizers help a lot with finding bugs in large-scale projects. Thank you gentlemen for your effort! Then, one of the ASAN wiki pages at: https://code.google.com/p/address-sanitizer/wiki/CompileTimeOptimizations discusses some ways to optimize i