Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(819)

Issue 3468003: Add bignum fall-back when the fast dtoa doesn't succeed. This removes Gay's d... (Closed)

Created:
10 years, 3 months ago by Florian Loitsch
Modified:
9 years, 7 months ago
Reviewers:
William Hesse
CC:
v8-dev
Visibility:
Public.

Description

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. Committed: http://code.google.com/p/v8/source/detail?r=5840

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Total comments: 46

Patch Set 6 : '' #

Total comments: 13

Patch Set 7 : '' #

Patch Set 8 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1449 lines, -80 lines) Patch
M src/SConscript View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
A src/bignum-dtoa.h View 1 2 3 4 5 1 chunk +81 lines, -0 lines 0 comments Download
A src/bignum-dtoa.cc View 1 2 3 4 5 6 7 1 chunk +655 lines, -0 lines 0 comments Download
M src/conversions.cc View 1 2 3 4 5 10 chunks +20 lines, -67 lines 0 comments Download
M src/dtoa.h View 1 2 3 4 5 2 chunks +9 lines, -5 lines 0 comments Download
M src/dtoa.cc View 1 2 3 4 5 3 chunks +33 lines, -8 lines 0 comments Download
M test/cctest/SConscript View 1 2 3 4 5 2 chunks +2 lines, -0 lines 0 comments Download
A test/cctest/test-bignum-dtoa.cc View 1 2 3 4 5 1 chunk +315 lines, -0 lines 0 comments Download
A test/cctest/test-dtoa.cc View 1 2 4 1 chunk +331 lines, -0 lines 0 comments Download
M tools/gyp/v8.gyp View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Florian Loitsch
These are the remaining dtoa-changes I had on my hard-drive.
10 years, 3 months ago (2010-09-20 14:15:48 UTC) #1
Florian Loitsch
Updated bignum-implementation. It is now the same as for the pending strtod CL.
10 years, 1 month ago (2010-10-28 11:33:41 UTC) #2
Florian Loitsch
Updated to latest revision. This CL uses the checked-in bignum implementation now.
10 years, 1 month ago (2010-11-08 14:32:37 UTC) #3
William Hesse
Please add more comments to bignum-dtoa explaining the basic principles, and giving a big-picture view ...
10 years, 1 month ago (2010-11-15 15:48:30 UTC) #4
Florian Loitsch
Please have another look. http://codereview.chromium.org/3468003/diff/50001/src/bignum-dtoa.cc File src/bignum-dtoa.cc (right): http://codereview.chromium.org/3468003/diff/50001/src/bignum-dtoa.cc#newcode39 src/bignum-dtoa.cc:39: // Returns an estimation of ...
10 years, 1 month ago (2010-11-16 14:32:06 UTC) #5
William Hesse
LGTM. Some further changes to comments suggested. http://codereview.chromium.org/3468003/diff/61001/src/bignum-dtoa.cc File src/bignum-dtoa.cc (right): http://codereview.chromium.org/3468003/diff/61001/src/bignum-dtoa.cc#newcode243 src/bignum-dtoa.cc:243: // The ...
10 years, 1 month ago (2010-11-17 09:44:08 UTC) #6
Florian Loitsch
Uploaded two patchsets. The first one addresses most of the comments. The second one reorders ...
10 years, 1 month ago (2010-11-17 12:47:59 UTC) #7
William Hesse
10 years, 1 month ago (2010-11-17 13:15:43 UTC) #8
LGTM.

Powered by Google App Engine
This is Rietveld 408576698