Re: RFR: 8339317: Optimize ClassFile writeBuffer [v6]

2024-09-05 Thread Chen Liang
On Wed, 4 Sep 2024 00:36:39 GMT, Shaojin Wen wrote: >> A small optimization, optimize the BufferWriter implementation and use of >> ClassFile, provide faster patchInt and skip > > Shaojin Wen has updated the pull request incrementally with two additional > commits since the last revision: > >

Re: RFR: 8339317: Optimize ClassFile writeBuffer [v6]

2024-09-03 Thread Shaojin Wen
> A small optimization, optimize the BufferWriter implementation and use of > ClassFile, provide faster patchInt and skip Shaojin Wen has updated the pull request incrementally with two additional commits since the last revision: - Eliminate redundant variables - buf skip - Chan