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

2024-07-19 Thread Chen Liang
On Fri, 19 Jul 2024 21:34:36 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 incrementally with one additio

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

2024-07-19 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 incrementally with one additional commit since the last revision: handle null argument