RFR: 8343685: C2 SuperWord: refactor VPointer with MemPointer [v6]

Emanuel Peter epeter at openjdk.org
Wed Jan 15 14:12:31 UTC 2025


On Wed, 15 Jan 2025 11:47:23 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:

>> Emanuel Peter has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   More fixes for vnkozlov
>
> src/hotspot/share/opto/mempointer.hpp line 576:
> 
>> 574:   static const int SUMMANDS_SIZE = 10;
>> 575: 
>> 576:   class Base : public StackObj {
> 
> Could add the comment from above here as well as a description for the sub class:
> 
> // A base can be:
> // - Known:
> //   - On-heap: Object
> //   - Off-heap: Native
> // - Unknown

Good idea.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/21926#discussion_r1916712266


More information about the hotspot-compiler-dev mailing list