DescriptionImplement fast case for strtod.
If there are few non-zero digits and the 10^exponent fits into a double then
we can compute the result using 1 (or 2) double operations.
BUG=
TEST=
Committed: http://code.google.com/p/v8/source/detail?r=5603
Patch Set 1 #Patch Set 2 : Renamed strtod to Strtod and added tests. #
Total comments: 2
Patch Set 3 : Address comments #
Messages
Total messages: 3 (0 generated)
|