On Thu, Dec 19, 2024 at 3:39 AM Alexandre Oliva wrote:
>
> We don't want to indirect pointers in strub wrappers, because it
> generally isn't profitable, but if the argument is volatile, then we
> must use indirection to preserve access patterns, so amend the
> assertion check.
>
> Regstrapped on
We don't want to indirect pointers in strub wrappers, because it
generally isn't profitable, but if the argument is volatile, then we
must use indirection to preserve access patterns, so amend the
assertion check.
Regstrapped on x86_64-linux-gnu. Ok to install?
for gcc/ChangeLog
PR mi