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

Andrew Haley aph at openjdk.org
Mon Jun 3 17:38:10 UTC 2024


On Mon, 3 Jun 2024 17:16:29 GMT, Andrew Haley <aph at openjdk.org> wrote:

>> BTW Would the runtime assert not prevent this from used as constexpr?
>
> It doesn't, and I just saw the problem: on Arm, `Register` is a pointer type, whereas on other ports it's a class type.

Looks like our comments crossed over. I'm building Zero and it's OK so far.

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

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


More information about the hotspot-compiler-dev mailing list