RFR: 8256245: AArch64: Implement Base64 decoding intrinsic

Andrew Haley aph at openjdk.java.net
Mon Mar 29 08:41:27 UTC 2021


On Mon, 29 Mar 2021 03:28:54 GMT, Dong Bo <dongbo at openjdk.org> wrote:

> I think I can rewrite this part as loops.
> With an intial implemention, we can have almost half of the code size reduced (1312B -> 748B). Sounds OK to you?

Sounds great, but I'm still somewhat concerned that the non-SIMD case only offers 3-12% performance gain. Make it just 748 bytes, and therefore not icache-hostile, then perhaps the balance of risk and reward is justified.

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

PR: https://git.openjdk.java.net/jdk/pull/3228


More information about the core-libs-dev mailing list