RFR: 8282365: Optimize divideUnsigned and remainderUnsigned for constants [v8]
Quan Anh Mai
qamai at openjdk.org
Wed Oct 5 21:05:42 UTC 2022
On Wed, 5 Oct 2022 20:51:54 GMT, John R Rose <jrose at openjdk.org> wrote:
>> Quan Anh Mai has updated the pull request incrementally with one additional commit since the last revision:
>>
>> limit tests
>
> src/hotspot/share/opto/divnode.cpp line 89:
>
>> 87: //---------------magic_int_unsigned_divide_constants_down----------------------
>> 88: // Compute magic multiplier and shift constant for converting a 32 bit divide
>> 89: // by constant into a multiply/add/shift series. Return false if calculations
>
> delete "return false" comment everywhere
Thanks, I have removed them.
-------------
PR: https://git.openjdk.org/jdk/pull/9947
More information about the hotspot-compiler-dev
mailing list