Re: [PATCH 2/2] Move Asan instrumentation to sanopt pass

2014-08-10 Thread Yury Gribov
On 08/08/2014 12:09 PM, Jakub Jelinek wrote: > Ok, thanks. Done in r213807. -Y

Re: [PATCH 2/2] Move Asan instrumentation to sanopt pass

2014-08-08 Thread Jakub Jelinek
On Fri, Aug 08, 2014 at 10:11:30AM +0400, Yury Gribov wrote: > commit 22a79d39656d3d600e97c7ae599b86b6d25efe00 > Author: Yury Gribov > Date: Wed Aug 6 11:06:24 2014 +0400 > > Move inlining of Asan memory checks to sanopt pass. > Change asan-instrumentation-with-call-threshold to more cl

[PATCH 2/2] Move Asan instrumentation to sanopt pass

2014-08-07 Thread Yury Gribov
Hi all, Attached patch delays generation of Asan memory checking code until sanopt pass. This is a first step towards global static analysis of Asan instrumentation (hope to send it for review next week). The patch also changes the logic behind asan-instrumentation-with-call-threshold parameter