RFR: 8319822: Use a linear-time algorithm for assert_different_registers() [v6]

Andrew Haley aph at openjdk.org
Fri May 31 15:55:09 UTC 2024


On Wed, 17 Jan 2024 07:24:09 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:

>> Andrew Haley has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Review feedback.
>
> src/hotspot/share/asm/register.hpp line 273:
> 
>> 271: }
>> 272: 
>> 273: template<typename R, typename... Rx>
> 
> Rx is unused and not needed.  Similarly for 3-R overload.

Isn't it? It seems to me to be used for the next line.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/16617#discussion_r1622620230


More information about the hotspot-compiler-dev mailing list