RFR: 8302191: Performance degradation for float/double modulo on Linux [v5]
Jan Kratochvil
duke at openjdk.org
Fri Mar 3 11:51:52 UTC 2023
On Fri, 3 Mar 2023 05:58:37 GMT, Joe Darcy <darcy at openjdk.org> wrote:
>> Jan Kratochvil has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fix copyright author.
>
> src/hotspot/cpu/x86/sharedRuntime_x86.cpp line 129:
>
>> 127: // GCC had slow fmod():
>> 128: // since https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;h=4f2611b6e872c40e0bf4da38ff05df8c8fe0ee64
>> 129: // until https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;h=8020c9c42349f51f75239b9d35a2be41848a97bd
>
> We typically list such URLs in the bug database rather than the source code.
I have removed it (but I do not like it much). Also removed it from the testcase. I will add it to JBS after I can login to my new account.
-------------
PR: https://git.openjdk.org/jdk/pull/12508
More information about the hotspot-dev
mailing list