Re: RFR: 8336831: Optimize StringConcatHelper.simpleConcat [v6]

2024-07-23 Thread Chen Liang
On Tue, 23 Jul 2024 12:16:00 GMT, Shaojin Wen wrote: >> Currently simpleConcat is implemented using mix and prepend, but in this >> simple scenario, it can be implemented in a simpler way and can improve >> performance. > > Shaojin Wen has updated the pull request with a new target base due to

Re: RFR: 8336831: Optimize StringConcatHelper.simpleConcat [v6]

2024-07-23 Thread Shaojin Wen
> Currently simpleConcat is implemented using mix and prepend, but in this > simple scenario, it can be implemented in a simpler way and can improve > performance. Shaojin Wen has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains ten commi