Re: RFR: 8339699: Optimize DataOutputStream writeUTF [v3]

2024-09-13 Thread Shaojin Wen
On Fri, 13 Sep 2024 17:05:11 GMT, Chen Liang wrote: >> Shaojin Wen has updated the pull request incrementally with one additional >> commit since the last revision: >> >> reduce JDKUTF#utflen codeSize > > src/java.base/share/classes/jdk/internal/util/JDKUTF.java line 37: > >> 35: public abst

Re: RFR: 8339699: Optimize DataOutputStream writeUTF [v3]

2024-09-13 Thread Chen Liang
On Sat, 7 Sep 2024 08:51:25 GMT, Shaojin Wen wrote: >> PR #20772 introduced an optimization for writeUTF, which can also be used in >> DataOutputStream::writeUTF. > > Shaojin Wen has updated the pull request incrementally with one additional > commit since the last revision: > > reduce JDKUT

Re: RFR: 8339699: Optimize DataOutputStream writeUTF [v3]

2024-09-07 Thread Shaojin Wen
On Sat, 7 Sep 2024 14:04:55 GMT, ExE Boss wrote: >> Shaojin Wen has updated the pull request incrementally with one additional >> commit since the last revision: >> >> reduce JDKUTF#utflen codeSize > > src/java.base/share/classes/java/io/DataOutputStream.java line 382: > >> 380: Byte

Re: RFR: 8339699: Optimize DataOutputStream writeUTF [v3]

2024-09-07 Thread ExE Boss
On Sat, 7 Sep 2024 08:51:25 GMT, Shaojin Wen wrote: >> PR #20772 introduced an optimization for writeUTF, which can also be used in >> DataOutputStream::writeUTF. > > Shaojin Wen has updated the pull request incrementally with one additional > commit since the last revision: > > reduce JDKUT

Re: RFR: 8339699: Optimize DataOutputStream writeUTF [v3]

2024-09-07 Thread Shaojin Wen
> PR #20772 introduced an optimization for writeUTF, which can also be used in > DataOutputStream::writeUTF. Shaojin Wen has updated the pull request incrementally with one additional commit since the last revision: reduce JDKUTF#utflen codeSize - Changes: - all: https://git.o