DescriptionPercise rounding parsing octal and hexadecimal strings.
Rounding happens when the number exceeds 53 bits of floating point mantissa. Current implemetation ignores digits after some limits. 0x1000000000000081 was rounded to 0x1000000000000100 while 0x100000000000008000001 was rounded to 0x100000000000000000000.
Committed: http://code.google.com/p/v8/source/detail?r=4309
Patch Set 1 : '' #
Total comments: 19
Patch Set 2 : '' #
Total comments: 4
Patch Set 3 : '' #
Messages
Total messages: 7 (0 generated)
|