RFR: 8315999: Improve Date toString performance [v13]

温绍锦 duke at openjdk.org
Wed Sep 13 14:22:36 UTC 2023


On Tue, 12 Sep 2023 22:53:34 GMT, Claes Redestad <redestad at openjdk.org> wrote:

>> The reason for not using off++ is that it can be executed out of order, which may result in better performance.
>
> I don't think that would outweigh the extra branch and the increased code size. I'd opt for simplicity.

I've simplified LocalDate::getChars based on your suggestion

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/15658#discussion_r1324587746



More information about the security-dev mailing list