RFR: 8282365: Optimize divideUnsigned and remainderUnsigned for constants [v28]
Emanuel Peter
epeter at openjdk.org
Mon Oct 9 14:09:39 UTC 2023
On Mon, 9 Oct 2023 14:03:29 GMT, Quan Anh Mai <qamai at openjdk.org> wrote:
>> test/micro/org/openjdk/bench/java/lang/LongDivMod.java line 97:
>>
>>> 95: }
>>> 96:
>>> 97: public void divmod(long dividend, long divisor, int i) {
>>
>> Why did you remove this one?
>
> I inlined the helper into the caller right above.
Right 😅 good.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/9947#discussion_r1350356090
More information about the hotspot-compiler-dev
mailing list