Displaying 6 results from an estimated 6 matches for "r25315".
Did you mean:
225315
2013 Nov 13
0
[LLVMdev] dominator, post-dominator and memory leak
...minance
> frontier is inadequate. It is possible that there are exit blocks that are
> dominated by BB12 (calls to malloc). I guess we can also insert calls to
> free at these exit blocks too.
That crossed my mind a few minutes later. : )
If you're interested, PRE.cpp existed last at r25315. It calculates the
"availability frontier" which is probably what you're looking for.
I suggest, however, that you try coming up with another solution instead.
You might consider using -mergereturn.
H.
On Wed, Nov 13, 2013 at 2:13 AM, Bin Tzeng <bintzeng at gmail.com> wrote:...
2013 Nov 13
2
[LLVMdev] dominator, post-dominator and memory leak
...nadequate. It is possible that there are exit blocks that are
>> dominated by BB12 (calls to malloc). I guess we can also insert calls to
>> free at these exit blocks too.
>
> That crossed my mind a few minutes later. : )
>
> If you're interested, PRE.cpp existed last at r25315. It calculates the
> "availability frontier" which is probably what you're looking for.
> I suggest, however, that you try coming up with another solution instead.
> You might consider using -mergereturn.
>
> H.
>
>
> On Wed, Nov 13, 2013 at 2:13 AM, Bin Tzeng...
2013 Nov 13
3
[LLVMdev] dominator, post-dominator and memory leak
Hi Henrique,
Thanks for the quick reply!
On Tue, Nov 12, 2013 at 9:13 PM, Henrique Santos <
henrique.nazare.santos at gmail.com> wrote:
> PRE normally uses a latest placement algorithm to do something of the sort.
> I don't know about GVN/PRE, but older version of PRE might have it.
> Just placing the calls to free at the predecessors (dominated by BB12) of
> the dominance
2013 Nov 13
0
[LLVMdev] dominator, post-dominator and memory leak
...r is inadequate. It is possible that there are exit
> blocks that are dominated by BB12 (calls to malloc). I guess we can
> also insert calls to free at these exit blocks too.
> That crossed my mind a few minutes later. : )
>
>
> If you're interested, PRE.cpp existed last at r25315. It calculates
> the "availability frontier" which is probably what you're looking
> for.
>
> I suggest, however, that you try coming up with another solution
> instead. You might consider using -mergereturn.
>
>
>
>
>
> H.
>
>
>
>...
2013 Nov 15
2
[LLVMdev] dominator, post-dominator and memory leak
...nadequate. It is possible that there are exit blocks that are
>> dominated by BB12 (calls to malloc). I guess we can also insert calls to
>> free at these exit blocks too.
>
> That crossed my mind a few minutes later. : )
>
> If you're interested, PRE.cpp existed last at r25315. It calculates the
> "availability frontier" which is probably what you're looking for.
> I suggest, however, that you try coming up with another solution instead.
> You might consider using -mergereturn.
>
> H.
>
>
> On Wed, Nov 13, 2013 at 2:13 AM, Bin Tzeng...
2013 Nov 15
0
[LLVMdev] dominator, post-dominator and memory leak
...e that there are exit blocks that are
>>> dominated by BB12 (calls to malloc). I guess we can also insert calls to
>>> free at these exit blocks too.
>>
>> That crossed my mind a few minutes later. : )
>>
>> If you're interested, PRE.cpp existed last at r25315. It calculates the
>> "availability frontier" which is probably what you're looking for.
>> I suggest, however, that you try coming up with another solution instead.
>> You might consider using -mergereturn.
>>
>> H.
>>
>>
>> On Wed, Nov...