Re: RFR: 8362376: Use @Stable annotation in Java FDLIBM implementation [v2]

2025-07-17 Thread Joe Darcy
On Thu, 17 Jul 2025 18:16:33 GMT, Chen Liang 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 boos

Re: RFR: 8362376: Use @Stable annotation in Java FDLIBM implementation [v2]

2025-07-17 Thread Chen Liang
On Thu, 17 Jul 2025 17:44:04 GMT, Joe Darcy wrote: >> Add `@Stable` to the static final arrays used in the Java port of FDLIBM. > > Joe Darcy has updated the pull request incrementally with one additional > commit since the last revision: > > Respond to review feedback and update copyright.

Re: RFR: 8362376: Use @Stable annotation in Java FDLIBM implementation [v2]

2025-07-17 Thread Chen Liang
On Thu, 17 Jul 2025 17:44:04 GMT, Joe Darcy wrote: >> Add `@Stable` to the static final arrays used in the Java port of FDLIBM. > > Joe Darcy has updated the pull request incrementally with one additional > commit since the last revision: > > Respond to review feedback and update copyright.

Re: RFR: 8362376: Use @Stable annotation in Java FDLIBM implementation [v2]

2025-07-17 Thread Joe Darcy
> Add `@Stable` to the static final arrays used in the Java port of FDLIBM. Joe Darcy has updated the pull request incrementally with one additional commit since the last revision: Respond to review feedback and update copyright. - Changes: - all: https://git.openjdk.org/jdk/pu