RFR: 8341566: Add Reader.of(CharSequence) [v10]
Roger Riggs
rriggs at openjdk.org
Fri Oct 11 15:24:18 UTC 2024
On Fri, 11 Oct 2024 06:16:02 GMT, Markus KARG <duke at openjdk.org> wrote:
> I have slightly adapted the copy loop to allow CPUs to use solely single-operand INC within the loop instead of dual-operand ADD.
Did you measure a performance improvement? Compiler optimizations are more productive than spot source changes.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/21371#issuecomment-2407640364
More information about the core-libs-dev
mailing list