mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-11 08:23:26 +00:00
8029561: Optimization in Integer to string conversion
Remove FIXME-TODO comments as the suggested change does not improve performance. Reviewed-by: darcy
This commit is contained in:
parent
398131c8a7
commit
0ea41f88dc
@ -376,9 +376,6 @@ public final class Integer extends Number implements Comparable<Integer> {
|
||||
// JIT case the dispatch overhead doesn't exist and the
|
||||
// "trick" is considerably faster than the classic code.
|
||||
//
|
||||
// TODO-FIXME: convert (x * 52429) into the equiv shift-add
|
||||
// sequence.
|
||||
//
|
||||
// RE: Division by Invariant Integers using Multiplication
|
||||
// T Gralund, P Montgomery
|
||||
// ACM PLDI 1994
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user