Displaying 2 results from an estimated 2 matches for "costallocator".
2014 Sep 10
4
[LLVMdev] Leaks in PBQPBuilderWithCoalescing::build ?
...ble understanding how it handles the case where the node already has costs.
It seems to me that:
- we make of copy of the node’s costs (probably because someone else can refer to it ?)
- we modify the copy
- we set the node’s new costs. But what is supposed to happen there, especially in the CostAllocator part ?
Could you shed some light there ?
Thanks,
Arnaud
From: Lang Hames [mailto:lhames at gmail.com]
Sent: 10 September 2014 19:26
To: Arnaud De Grandmaison
Subject: Re: Leaks in PBQPBuilderWithCoalescing::build ?
Thanks Arnaud!
- Lang.
On Wed, Sep 10, 2014 at 11:23...
2014 Sep 10
4
[LLVMdev] Leaks in PBQPBuilderWithCoalescing::build ?
...;
>> It seems to me that:
>>
>> - we make of copy of the node’s costs (probably because someone else can
>> refer to it ?)
>>
>> - we modify the copy
>>
>> - we set the node’s new costs. But what is supposed to happen there,
>> especially in the CostAllocator part ?
>>
>>
>>
>> Could you shed some light there ?
>>
>>
>>
>> Thanks,
>>
>> Arnaud
>>
>>
>>
>>
>>
>>
>>
>> *From:* Lang Hames [mailto:lhames at gmail.com]
>> *Sent:* 10 September 201...