RFR: 8285040: PPC64 intrinsics for divideUnsigned and remainderUnsigned methods in java.lang.Integer and java.lang.Long [v4]
Quan Anh Mai
duke at openjdk.java.net
Thu Apr 21 13:45:25 UTC 2022
On Thu, 21 Apr 2022 07:54:27 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
> After having it implemented, the performance of the integer nodes was also better, so I have added the 2 nodes back.
My confusion is that why do `UseDivMod` has effect on the performance of `UDivI` and `UModI`, why do they perform better than `DivL` and `ModL` in this regard?
Thanks.
-------------
PR: https://git.openjdk.java.net/jdk/pull/8304
More information about the hotspot-compiler-dev
mailing list