RFR: 8324751: C2 SuperWord: Aliasing Analysis runtime check [v3]
Emanuel Peter
epeter at openjdk.org
Sun Aug 3 07:09:45 UTC 2025
On Sun, 3 Aug 2025 06:49:33 GMT, Emanuel Peter <epeter at openjdk.org> wrote:
>> src/hotspot/share/opto/mempointer.hpp line 663:
>>
>>> 661: };
>>> 662:
>>> 663: // The MemPointerSummand is designed to allow the simplification of
>>
>> Shouldn't this be `MemPointerRawSummand`?
>
> No. I'm explaining the `MemPointerRawSummand` further below. This section should explain the difference between `MemPointerRawSummand` and `MemPointerSummand`. Maybe I'll try to make it more explicit.
Is it now better?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24278#discussion_r2249630613
More information about the hotspot-compiler-dev
mailing list