RFR: 8323582: C2 SuperWord AlignVector: misaligned vector memory access with unaligned native memory
Emanuel Peter
epeter at openjdk.org
Wed Feb 19 16:18:57 UTC 2025
On Wed, 19 Feb 2025 16:14:09 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
> I am fine if you think profiling will not bring us much benefits
Yeah, I think it is a good assumption that we will always get aligned and non-aliasing inputs. And if that is not the case, then this is a rare case, and it should be ok to pay the price of recompilation, I think.
> I will look on changes more later.
Thanks you :)
-------------
PR Comment: https://git.openjdk.org/jdk/pull/22016#issuecomment-2669122452
More information about the hotspot-dev
mailing list