This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Support asan-instrumentation-with-call-threshold in GCC


On Tue, May 27, 2014 at 9:40 AM, Yury Gribov <y.gribov@samsung.com> wrote:
>> - using instrumentation via calls adds extra 1.5x-2.x slowdown
>
> On x64.

Interesting. can you share your ARM numbers?

>
>
>> - it would be nice to have the name prefix configurable from command
>> line (${PREFIX}_load1 instead of __asan_load1) because kasan uses
>> different names already.
>
> Yeah, I noticed corresponding option in LLVM. AFAIK standard GCC parameters
> infrastructure (--param) only supports integral values so we'll need a
> separate flag for this feature. I'm curious, why do you need separate names
> for Kasan?

Well, maybe we don't. It'll just cause us a minor headache to change the names.
Dmitry?

>
> -Y


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]