Withdrawn: 8317980: Optimization for Integer.parseInt and Long.parseLong

2024-10-23 Thread duke
On Fri, 12 Jul 2024 23:53:23 GMT, Shaojin Wen wrote: > Currently, about 25% of the time spent by the Integer.parseInt and > Long.parseLong methods is spent on the Character.digit method. > > The Character.digit method is common to all radixes. We can use a digit > method optimized for Latin1 e

Withdrawn: 8317980: Optimization for Integer.parseInt and Long.parseLong

2023-12-19 Thread duke
On Tue, 10 Oct 2023 02:54:05 GMT, Shaojin Wen 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, f