> On 27 Mar 2019, at 16:35, Alexei Starovoitov
> wrote:
>
> On Tue, Mar 26, 2019 at 06:05:25PM +, Jiong Wang wrote:
>> Some code inside current implementation of "propagate_liveness" is a little
>> bit verbose.
>>
>> This patch refactor them so the code looks more simple and more clear.
>
On Tue, Mar 26, 2019 at 06:05:25PM +, Jiong Wang wrote:
> Some code inside current implementation of "propagate_liveness" is a little
> bit verbose.
>
> This patch refactor them so the code looks more simple and more clear.
>
> The redundant usage of "vparent->frame[vstate->curframe]" is remo
On 26/03/2019 18:26, Jann Horn wrote:
On Tue, Mar 26, 2019 at 7:07 PM Jiong Wang wrote:
Some code inside current implementation of "propagate_liveness" is a little
bit verbose.
This patch refactor them so the code looks more simple and more clear.
The redundant usage of "vparent->frame[vstate
On Tue, Mar 26, 2019 at 7:07 PM Jiong Wang wrote:
> Some code inside current implementation of "propagate_liveness" is a little
> bit verbose.
>
> This patch refactor them so the code looks more simple and more clear.
>
> The redundant usage of "vparent->frame[vstate->curframe]" is removed as we
>
Some code inside current implementation of "propagate_liveness" is a little
bit verbose.
This patch refactor them so the code looks more simple and more clear.
The redundant usage of "vparent->frame[vstate->curframe]" is removed as we
are here. It is safe to do this because "state_equal" has guar