Re: RFR: 8339290: Optimize ClassFile Utf8EntryImpl#writeTo [v5]

2024-09-02 Thread Chen Liang
On Mon, 2 Sep 2024 14:06:42 GMT, Shaojin Wen wrote: >> Use fast path for ascii characters 1 to 127 to improve the performance of >> writing Utf8Entry to BufferWriter. > > Shaojin Wen has updated the pull request with a new target base due to a > merge or a rebase. The incremental webrev exclude

Re: RFR: 8339290: Optimize ClassFile Utf8EntryImpl#writeTo [v5]

2024-09-02 Thread Shaojin Wen
> Use fast path for ascii characters 1 to 127 to improve the performance of > writing Utf8Entry to BufferWriter. Shaojin Wen has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The

Re: RFR: 8339290: Optimize ClassFile Utf8EntryImpl#writeTo [v5]

2024-09-02 Thread ExE Boss
On Mon, 2 Sep 2024 14:03:55 GMT, Shaojin Wen wrote: >> Use fast path for ascii characters 1 to 127 to improve the performance of >> writing Utf8Entry to BufferWriter. > > Shaojin Wen has updated the pull request with a new target base due to a > merge or a rebase. The incremental webrev exclude