RFR: 8316704: Regex-free parsing of Formatter and FormatProcessor specifiers
Claes Redestad
redestad at openjdk.org
Mon Oct 16 16:18:18 UTC 2023
On Mon, 25 Sep 2023 11:36:10 GMT, Shaojin Wen <duke at openjdk.org> wrote:
> The reason why I split it into multiple small methods is to avoid a single method codeSize > 325. After merging small methods, the performance will decrease.
Yes, I can refactor to keep the same structure and verify performance is neutral or better. I can pick that up as a low-priority follow-up if you don't mind.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/15776#issuecomment-1733505201
More information about the core-libs-dev
mailing list