Re: [PINGv2][PATCH] ASan phase place change

2015-03-11 Thread Yury Gribov
On 03/11/2015 10:43 AM, Marat Zakirov wrote: On 03/03/2015 10:36 AM, Marat Zakirov wrote: On 02/24/2015 03:49 PM, Marat Zakirov wrote: On 02/20/2015 03:07 PM, Jakub Jelinek wrote: On Fri, Feb 20, 2015 at 02:59:51PM +0300, Marat Zakirov wrote: Here is simple patch that moves asan phase just

[PINGv2][PATCH] ASan phase place change

2015-03-11 Thread Marat Zakirov
On 03/03/2015 10:36 AM, Marat Zakirov wrote: On 02/24/2015 03:49 PM, Marat Zakirov wrote: On 02/20/2015 03:07 PM, Jakub Jelinek wrote: On Fri, Feb 20, 2015 at 02:59:51PM +0300, Marat Zakirov wrote: Here is simple patch that moves asan phase just behind sanopt for all O0/O1/O2/O3 modes which

[PING][PATCH] ASan phase place change

2015-03-02 Thread Marat Zakirov
On 02/24/2015 03:49 PM, Marat Zakirov wrote: On 02/20/2015 03:07 PM, Jakub Jelinek wrote: On Fri, Feb 20, 2015 at 02:59:51PM +0300, Marat Zakirov wrote: Here is simple patch that moves asan phase just behind sanopt for all O0/O1/O2/O3 modes which gives +7% on x86 SPEC2006 (ref dataset). Regre

Re: [PATCH] ASan phase place change

2015-02-24 Thread Marat Zakirov
On 02/20/2015 03:07 PM, Jakub Jelinek wrote: On Fri, Feb 20, 2015 at 02:59:51PM +0300, Marat Zakirov wrote: Here is simple patch that moves asan phase just behind sanopt for all O0/O1/O2/O3 modes which gives +7% on x86 SPEC2006 (ref dataset). Regression testing and sanitized GCC bootstrapping w

Re: [PATCH] ASan phase place change

2015-02-20 Thread Jakub Jelinek
On Fri, Feb 20, 2015 at 02:59:51PM +0300, Marat Zakirov wrote: > Here is simple patch that moves asan phase just behind sanopt for all > O0/O1/O2/O3 modes which gives +7% on x86 SPEC2006 (ref dataset). > Regression testing and sanitized GCC bootstrapping were successfully done. This isn't a regre

[PATCH] ASan phase place change

2015-02-20 Thread Marat Zakirov
Hi all! Here is simple patch that moves asan phase just behind sanopt for all O0/O1/O2/O3 modes which gives +7% on x86 SPEC2006 (ref dataset). Regression testing and sanitized GCC bootstrapping were successfully done. Performance data attached. --Marat PATCH REF