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

2024-10-04 Thread Chen Liang
On Wed, 25 Sep 2024 01:10:04 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 [v3]

2024-10-04 Thread Shaojin Wen
On Wed, 25 Sep 2024 01:10:04 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 [v3]

2024-09-26 Thread Shaojin Wen
On Wed, 25 Sep 2024 01:10:04 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 [v3]

2024-09-24 Thread Chen Liang
On Wed, 25 Sep 2024 01:10:04 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 [v3]

2024-09-24 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 10 commits: - inflateNonAscii - Merge remote-tra