RFR: 8334755: Asymptotically faster implementation of square root algorithm [v28]

fabioromano1 duke at openjdk.org
Wed Jul 17 16:32:56 UTC 2024


On Wed, 17 Jul 2024 16:16:12 GMT, Raffaello Giulietti <rgiulietti at openjdk.org> wrote:

>> Can try with the old release and the incorrect code again?
>> If the results disagree with newer releases then I'd be interested in which release you were using, as to analyze the generated code and possibly file a bug report for the JIT compiler team.
>
> Can try with the old release and the incorrect code again?
> If the results disagree with newer releases then I'd be interested in which release you were using, as to analyze the generated code and possibly file a bug report for the JIT compiler team.

@rgiulietti If I remember correctly, I had tested the code in a bit of a hurry on an online compiler, that of W3Schools, but more probably I could have made a mistake writing the test code.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/19710#discussion_r1681353885


More information about the core-libs-dev mailing list