> On 27 Jul 2018, at 11:16, Philipp Tomsich
> wrote:
>
> gd->ram_top is assigned to twice on consecutive lines and the compiler
> won't be able to tell that the first assignment is dead (including its
> r-value) due to the r-value containing a (side-effect free) function
> call.
>
> This drops
On Fri, Jul 27, 2018 at 5:16 PM, Philipp Tomsich
wrote:
> gd->ram_top is assigned to twice on consecutive lines and the compiler
> won't be able to tell that the first assignment is dead (including its
> r-value) due to the r-value containing a (side-effect free) function
> call.
>
> This drops th
gd->ram_top is assigned to twice on consecutive lines and the compiler
won't be able to tell that the first assignment is dead (including its
r-value) due to the r-value containing a (side-effect free) function
call.
This drops the first assignment.
Signed-off-by: Philipp Tomsich
---
common/bo
3 matches
Mail list logo