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

2024-09-02 Thread Claes Redestad
On Mon, 2 Sep 2024 15:27:59 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 incrementally with one additional > commit since the last revision: > > typo Th

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

2024-09-02 Thread Claes Redestad
On Mon, 2 Sep 2024 15:27:59 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 incrementally with one additional > commit since the last revision: > > typo sr

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

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 incrementally with one additional commit since the last revision: typo - Changes: - all: https://git.openjdk.org/jdk/pull/2