On Mon, Apr 21, 2014 at 2:29 PM, Yuri Gribov <[email protected]> wrote: >>> Solution here is obvious - throw in another static lib that would get >>> linked into DSOs. But this would complicate driver of course. >> >> immensely > > GCC with it's default dynamic runtime would suffer quite a bit...
Only if the out-line calls will be used (in clang, this is a workaround for a bad compile-time, we'll use out-line functions only when there are more than 10000 checks in a function). > > -Y > > -- > You received this message because you are subscribed to the Google Groups > "address-sanitizer" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "address-sanitizer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
