Re: RFR: 8339320: Optimize ClassFile Utf8EntryImpl#inflate [v2]

2024-09-24 Thread Chen Liang
On Sat, 21 Sep 2024 00:39:47 GMT, Shaojin Wen wrote: >> A very small optimization, split the large method inflate, split the >> infrequently used paths into a method inflateCHAR > > Shaojin Wen has updated the pull request with a new target base due to a > merge or a rebase. The pull request no

Re: RFR: 8339320: Optimize ClassFile Utf8EntryImpl#inflate [v2]

2024-09-20 Thread Shaojin Wen
> A very small optimization, split the large method inflate, split the > infrequently used paths into a method inflateCHAR Shaojin Wen has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains eight commits: - Merge remote-tracking branch 'or