v8/test
floitschV8@gmail.com ce666fc2fe 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=

Review URL: http://codereview.chromium.org/3584015

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5603 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2010-10-07 12:01:25 +00:00
..
cctest Implement fast case for strtod. 2010-10-07 12:01:25 +00:00
es5conform Refactor the tools/test.py script and related testcfg.py files. 2010-08-24 13:34:59 +00:00
message Refactor the tools/test.py script and related testcfg.py files. 2010-08-24 13:34:59 +00:00
mjsunit Fix bad cast in string-search.h. 2010-10-01 09:08:52 +00:00
mozilla Fix mozilla and debug check failures. 2010-08-31 07:31:25 +00:00
sputnik Refactor the tools/test.py script and related testcfg.py files. 2010-08-24 13:34:59 +00:00