RFR: 8336856: Optimize String Concat [v42]
Claes Redestad
redestad at openjdk.org
Mon Aug 12 18:49:43 UTC 2024
On Mon, 12 Aug 2024 18:35:45 GMT, Shaojin Wen <duke at openjdk.org> wrote:
> Should we change the title of the PR to `Implementing an efficient string concatenation hidden class strategy based on ClassFile API`?
Yes, or something shorter like `"8336856: Efficient hidden class-based string concatenation strategy"`.
(The use of ClassFile API is a choice; using hidden classes is necessary for this to be on par with the MH-heavy baseline)
-------------
PR Comment: https://git.openjdk.org/jdk/pull/20273#issuecomment-2284689833
More information about the core-libs-dev
mailing list