Re: RFR: 8311207: Cleanup for Optimization for UUID.toString [v11]

2023-09-08 Thread Roger Riggs
On Thu, 7 Sep 2023 17:58:09 GMT, Roger Riggs wrote: > A description of the DIGITS array layout and indexing is needed; it will help > with the comprehension of the masking and shifts in the packDigits methods. The DIGITS table is missing a description of its indexing. - PR Review

Re: RFR: 8311207: Cleanup for Optimization for UUID.toString [v11]

2023-09-07 Thread Roger Riggs
On Tue, 5 Sep 2023 15:48:21 GMT, 温绍锦 wrote: >> [PR 14578 ](https://github.com/openjdk/jdk/pull/14578) still has unresolved >> discussions, continue to make improvements. >> >> # Benchmark Result >> >> >> sh make/devkit/createJMHBundle.sh >> bash configure --with-jmh=build/jmh/jars >> make tes

Re: RFR: 8311207: Cleanup for Optimization for UUID.toString [v11]

2023-09-07 Thread 温绍锦
On Tue, 5 Sep 2023 15:48:21 GMT, 温绍锦 wrote: >> [PR 14578 ](https://github.com/openjdk/jdk/pull/14578) still has unresolved >> discussions, continue to make improvements. >> >> # Benchmark Result >> >> >> sh make/devkit/createJMHBundle.sh >> bash configure --with-jmh=build/jmh/jars >> make tes

Re: RFR: 8311207: Cleanup for Optimization for UUID.toString [v11]

2023-09-05 Thread 温绍锦
> [PR 14578 ](https://github.com/openjdk/jdk/pull/14578) still has unresolved > discussions, continue to make improvements. > > # Benchmark Result > > > sh make/devkit/createJMHBundle.sh > bash configure --with-jmh=build/jmh/jars > make test TEST="micro:java.util.UUIDBench.toString" > > > ##