Reviewers: William Hesse, Message: Dependent on Issue 3563009 (http://codereview.chromium.org/3563009/show).
Description: Implement 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= Please review this at http://codereview.chromium.org/3584015/show Affected files: M src/conversions.cc M src/strtod.h M src/strtod.cc M test/cctest/SConscript A test/cctest/test-strtod.cc -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
