Re: [PATCH] EfficiencySanitizer implementation.

2018-10-08 Thread Denis Khalikov
I assume that the compiler based instrumentation, should be more efficient than binary instrumentation. But, I was just interested in the process of implementation for that tool. Sorry for the noise. On 10/07/2018 11:03 AM, Richard Biener wrote: > On October 6, 2018 10:17:48 PM GMT+02:00, Denis Kh

Re: [PATCH] EfficiencySanitizer implementation.

2018-10-07 Thread Richard Biener
On October 6, 2018 10:17:48 PM GMT+02:00, Denis Khalikov wrote: >Hello everyone, >this is a patch which implements EfficiencySanitizer aka ESan >into GCC. The EfficiencySanitizer tool is available in the llvm. >So, the main idea was to port the runtime library into GCC and >implement GCC compiler