RFR: 8302907: [PPC64] Use more constexpr in class Register

Richard Reingruber rrich at openjdk.org
Tue Feb 21 10:56:27 UTC 2023


On Tue, 21 Feb 2023 03:58:50 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:

> We should use `constexpr` more often in order to make it better usable. (I got compile errors when trying to use the `encoding()` in another `constexpr`.)

Looks good.

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

Marked as reviewed by rrich (Reviewer).

PR: https://git.openjdk.org/jdk/pull/12681


More information about the hotspot-compiler-dev mailing list