On Fri, 15 Aug 2025 13:47:04 GMT, Chen Liang <li...@openjdk.org> wrote:
> I see you are inlining some modulus values manually. You can mark the arrays > as `@Stable` and check what performance gain can you have as a result, > because then C2 can treat these values as constants and generate more optimal > computations. That works for everything except the zeroes in `oneActual`, `modulus`, and `zero`. ------------- PR Comment: https://git.openjdk.org/jdk/pull/26792#issuecomment-3191685877