RFR: 8315585: Optimization for decimal to string [v2]
Shaojin Wen
duke at openjdk.org
Wed Oct 11 22:22:13 UTC 2023
On Wed, 11 Oct 2023 09:50:20 GMT, Claes Redestad <redestad at openjdk.org> wrote:
> I'm not really qualified to review the floating point code. Simplifying away offset and getting rid of the StringBuilderHelper all seem like good improvements, though I think it'd be good if we could either avoid or split out the `JLA` changes.
Keep the duplicate code of StringConcatHelper, or use JLA, or move the code of getCharsLatin1 & stringSize to DecimalDigits (PR #15699). Of the three options, using JLA is the smallest change.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/16006#issuecomment-1758625925
More information about the core-libs-dev
mailing list