On 06/02/14 09:22, Ilya Enkovich wrote:
Hi,
This patch prevents output of both instrumented and not instrumented weakref
variants.
Thanks,
Ilya
--
gcc/
2014-06-02 Ilya Enkovich
* cgraphunit.c (output_weakrefs): If there are both
instrumented and original versions, output o
2014-06-03 13:02 GMT+04:00 Richard Biener :
> On Mon, Jun 2, 2014 at 5:22 PM, Ilya Enkovich wrote:
>> Hi,
>>
>> This patch prevents output of both instrumented and not instrumented weakref
>> variants.
>
> Shouldn't one of them be reclaimed instead at some point?
Actually both version may be use
On Mon, Jun 2, 2014 at 5:22 PM, Ilya Enkovich wrote:
> Hi,
>
> This patch prevents output of both instrumented and not instrumented weakref
> variants.
Shouldn't one of them be reclaimed instead at some point?
Richard.
> Thanks,
> Ilya
> --
> gcc/
>
> 2014-06-02 Ilya Enkovich
>
> *
Hi,
This patch prevents output of both instrumented and not instrumented weakref
variants.
Thanks,
Ilya
--
gcc/
2014-06-02 Ilya Enkovich
* cgraphunit.c (output_weakrefs): If there are both
instrumented and original versions, output only one
of them.
diff --git a/gc