Re: RFR: 8349176: Speed up Integer/Long.toString via StringConcatHelper::newArray [v2]

2025-04-07 Thread Chen Liang
On Sat, 5 Apr 2025 01:19:39 GMT, Shaojin Wen wrote: >> The byte[] allocated in Integer/Long.toString is fully filled, so we can use >> StringConcatHelper::newArray to create byte[] to improve performance. > > Shaojin Wen has updated the pull request incrementally with one additional > commit si

Re: RFR: 8349176: Speed up Integer/Long.toString via StringConcatHelper::newArray [v2]

2025-04-04 Thread Shaojin Wen
On Sat, 5 Apr 2025 01:19:39 GMT, Shaojin Wen wrote: >> The byte[] allocated in Integer/Long.toString is fully filled, so we can use >> StringConcatHelper::newArray to create byte[] to improve performance. > > Shaojin Wen has updated the pull request incrementally with one additional > commit si