Re: RFR: 8336856: Efficient hidden class-based string concatenation strategy [v44]

2024-08-12 Thread Claes Redestad
On Mon, 12 Aug 2024 19:15:14 GMT, Shaojin Wen wrote: >> This PR implements the same algorithm as the current generateMHInlineCopy >> based on bytecode to improve startup performance. > > Shaojin Wen has updated the pull request incrementally with one additional > commit since the last revision:

Re: RFR: 8336856: Efficient hidden class-based string concatenation strategy [v44]

2024-08-12 Thread Shaojin Wen
> This PR implements the same algorithm as the current generateMHInlineCopy > based on bytecode to improve startup performance. Shaojin Wen has updated the pull request incrementally with one additional commit since the last revision: StringConcat1 - Changes: - all: https://gi