RFR: 8362376: Use @Stable annotation in Java FDLIBM implementation [v2]
Joe Darcy
darcy at openjdk.org
Thu Jul 17 21:40:13 UTC 2025
On Thu, 17 Jul 2025 18:16:33 GMT, Chen Liang <liach at openjdk.org> wrote:
> I think local arrays require more structural changes to the code, which might be why this patch did not include that change. However, note as said in #26355, such conversions are meaningful and would potentially allow performance boosts.
Okay; I took a look at what the code was actually doing and wrote something that avoiding using arrays entirely.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/26341#issuecomment-3085566073
More information about the core-libs-dev
mailing list