RFR: 8319822: Use a linear-time algorithm for assert_different_registers() [v6]
Kim Barrett
kbarrett at openjdk.org
Wed May 29 20:06:10 UTC 2024
On Wed, 17 Jan 2024 07:03:37 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 257:
>
>> 255:
>> 256: template<typename R, typename... Rx>
>> 257: inline constexpr bool different_registers(AbstractRegSet<R> allocated_regs, R first_register) {
>
> "inline" is redundant with "constexpr".
"inline" is still redundant with "constexpr".
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16617#discussion_r1619398153
More information about the hotspot-compiler-dev
mailing list