Withdrawn: 8317980: Optimization for Integer.parseInt and Long.parseLong
duke
duke at openjdk.org
Wed Dec 20 03:09:48 UTC 2023
On Tue, 10 Oct 2023 02:54:05 GMT, Shaojin Wen <duke at openjdk.org> wrote:
> By extracting the code that creates the exception, the CodeSize of these methods is less than the default FreqInlineSize 325. and for the scenario where the most commonly used radix is not specified and the String coder is LATIN1, fast-path can improves the performance 10% of parseInt(String)/parseLong(String).
This pull request has been closed without being integrated.
-------------
PR: https://git.openjdk.org/jdk/pull/16112
More information about the core-libs-dev
mailing list