Implement fast case for strtod.
authorfloitschV8@gmail.com <floitschV8@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 7 Oct 2010 12:53:59 +0000 (12:53 +0000)
committerfloitschV8@gmail.com <floitschV8@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 7 Oct 2010 12:53:59 +0000 (12:53 +0000)
commit4cd03a4f6af24cacb425fd985692c550e979e939
tree9e89ffa5ce28e8247764e845679caa9da27ccc8e
parentdfacc926fc8ea74eb3dd908b3f5a16191356ad7c
Implement fast case for strtod.

Reapply r5603 with additional fix: use OS::StrNCpy instead of posix strncpy.

BUG=
TEST=

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5605 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/conversions.cc
src/strtod.cc
src/strtod.h
test/cctest/SConscript
test/cctest/test-strtod.cc [new file with mode: 0644]