On Fri, 10 May 2024 16:16:18 GMT, Daniel Jeliński <djelin...@openjdk.org> wrote:

>> Replace the custom unsigned divide / remainder functions with the 
>> compiler-optimized Long.divideUnsigned / remainderUnsigned.
>> 
>> No new tests. Existing tier1-3 tests continue to pass.
>> 
>> I added a new set of divide benchmarks. Results in thread.
>> 
>> I also removed the BigDecimal.toString benchmarks. They no longer serve 
>> their purpose - toString caches the returned value, so we were only 
>> benchmarking the cache access time.
>
> Daniel Jeliński has updated the pull request incrementally with one 
> additional commit since the last revision:
> 
>   Integer divide

Thanks for the reviews!

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

PR Comment: https://git.openjdk.org/jdk/pull/19134#issuecomment-2109287761

Reply via email to