Integrated: 8302907: [PPC64] Use more constexpr in class Register
Martin Doerr
mdoerr at openjdk.org
Wed Feb 22 02:27:42 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`.)
This pull request has now been integrated.
Changeset: 180b94c7
Author: Martin Doerr <mdoerr at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/180b94c73e9ad17d57650d4c985d4104289052a9
Stats: 17 lines in 1 file changed: 0 ins; 0 del; 17 mod
8302907: [PPC64] Use more constexpr in class Register
Reviewed-by: rrich
-------------
PR: https://git.openjdk.org/jdk/pull/12681
More information about the hotspot-compiler-dev
mailing list