RFR: 8371820: Further AES performance improvements for key schedule generation [v6]
Martin Doerr
mdoerr at openjdk.org
Tue Nov 25 09:25:25 UTC 2025
> This fix simplifies the hotspot intrinsics for some platforms and optimizes the key computation for encryption. We can save the `genInvRoundKeys` computation when we only do encryption.
>
> The micro:org.openjdk.bench.javax.crypto.AESReinit benchmark results are improved by 17% for ppc64 and 26% for x86_64.
Martin Doerr has updated the pull request incrementally with one additional commit since the last revision:
Fix missing whitespace.
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/28299/files
- new: https://git.openjdk.org/jdk/pull/28299/files/30b5b531..ae84912d
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=28299&range=05
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=28299&range=04-05
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/28299.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/28299/head:pull/28299
PR: https://git.openjdk.org/jdk/pull/28299
More information about the graal-dev
mailing list