On Thu, Oct 30, 2014 at 2:54 PM, Rafael Espíndola <
[email protected]> wrote:

> On 30 October 2014 13:54, Kostya Serebryany <[email protected]> wrote:
> > We need to emit the actual DTOR instead of replacing it with the base
> class DTOR, because later in clang codegen this DTOR will be instrumented
> with __asan_unpoison_intra_object_redzone and its body will become non-empty
>
> This is just a problem if the target destructor itself is not
> instrumented, right? I assume that is why this optimization is a
> problem but aliasing D2 and D1 is not?
>

Right...


>
> Cheers,
> Rafael
>
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to