Re: [RFC PATCH 1/4] compiler.h: Introduce ptr_eq() to preserve address dependency
From: Joel Fernandes
Date: Thu Oct 03 2024 - 18:10:31 EST
On Thu, Oct 3, 2024 at 10:21 AM Mathieu Desnoyers
<mathieu.desnoyers@xxxxxxxxxxxx> wrote:
> >
> > Reviewed-by: Joel Fernandes (Google) <joel@xxxxxxxxxxxxxxxxx>
>
> Please double-check with -O2, and let me know if you still agree with
> the patch :)
>
You are quite right, with -O2 I can indeed see that the optimize hide
var fixes it.
FWIW:
Tested-by: Joel Fernandes (Google) <joel@xxxxxxxxxxxxxxxxx>
Thanks!
- Joel