Claude Sonnet 1a885c855d Optimize parseInt/parseLong by inlining digit2 logic
- Inline DecimalDigits.digit2() to avoid method call overhead
- Remove dependency on lookup tables, use direct calculation
- Simplify conditional checks in parsing loops
- CodeSize remains < 325 (JIT inlineable)
- Performance: Integer.parseInt +6.7%, Long.parseLong +7.1%

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-02-08 11:03:28 +08:00
2016-05-30 16:17:11 +02:00
2024-09-25 16:25:23 +00:00

Welcome to the JDK!

For build instructions please see the online documentation, or either of these files:

See https://openjdk.org/ for more information about the OpenJDK Community and the JDK and see https://bugs.openjdk.org for JDK issue tracking.

Languages
Java 73.9%
C++ 14.1%
C 7.9%
Assembly 2.7%
Objective-C 0.4%
Other 0.8%