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

2024-08-13 Thread Claes Redestad
On Tue, 13 Aug 2024 09:00:10 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 [v51]

2024-08-13 Thread Claes Redestad
On Tue, 13 Aug 2024 09:00:10 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 [v51]

2024-08-13 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: Update src/java.base/share/classes/java/lang/invoke/String