Add bignum fall-back when the fast dtoa doesn't succeed. This removes Gay's dtoa...
authorfloitschV8@gmail.com <floitschV8@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 17 Nov 2010 13:20:44 +0000 (13:20 +0000)
committerfloitschV8@gmail.com <floitschV8@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 17 Nov 2010 13:20:44 +0000 (13:20 +0000)
commit7ac932c08876d49da2feb88fe7d1d265baff9613
treee6243767599a3c654d770230913d6ea64269eae7
parenta298666fae84fc89e343b6b40dcfa92c6a648aa1
Add bignum fall-back when the fast dtoa doesn't succeed. This removes Gay's dtoa for the double->string direction. We still need it for the string->double direction.
Review URL: http://codereview.chromium.org/3468003

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