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

Issue 866002: Fast double-to-ascii conversion. (Closed)

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

Description

Fast double-to-ascii conversion. Committed: http://code.google.com/p/v8/source/detail?r=4106

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 4

Patch Set 3 : '' #

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+185 lines, -127 lines) Patch
M src/SConscript View 1 chunk +1 line, -0 lines 0 comments Download
A + src/cached_powers.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/checks.h View 3 2 chunks +22 lines, -0 lines 0 comments Download
M src/conversions.cc View 3 chunks +13 lines, -3 lines 0 comments Download
A + src/diy_fp.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/double.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/globals.h View 1 chunk +5 lines, -0 lines 0 comments Download
A + src/grisu3.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/grisu3.cc View 1 2 10 chunks +36 lines, -19 lines 0 comments Download
A + src/powers_ten.h View 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/SConscript View 2 chunks +4 lines, -0 lines 0 comments Download
A test/cctest/gay_shortest.h View 1 chunk +44 lines, -0 lines 0 comments Download
A + test/cctest/test-diy_fp.cc View 1 2 3 3 chunks +8 lines, -7 lines 0 comments Download
A + test/cctest/test-double.cc View 1 2 3 9 chunks +17 lines, -13 lines 0 comments Download
A + test/cctest/test-grisu3.cc View 4 chunks +25 lines, -83 lines 0 comments Download
A + tools/generate-ten-powers.scm View 1 chunk +1 line, -0 lines 0 comments Download
M tools/gyp/v8.gyp View 4 chunks +6 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Florian Loitsch
Next try. Fixed compiler problems on Windows. Modified the testing routine since atof on Macosx ...
10 years, 9 months ago (2010-03-11 12:10:42 UTC) #1
William Hesse
LGTM, but with comments. http://codereview.chromium.org/866002/diff/36001/43002 File src/grisu3.cc (right): http://codereview.chromium.org/866002/diff/36001/43002#newcode150 src/grisu3.cc:150: bool Grisu3<alpha, gamma>::DigitGen(DiyFp low, DiyFp ...
10 years, 9 months ago (2010-03-11 13:55:25 UTC) #2
Florian Loitsch
http://codereview.chromium.org/866002/diff/36001/43002 File src/grisu3.cc (right): http://codereview.chromium.org/866002/diff/36001/43002#newcode150 src/grisu3.cc:150: bool Grisu3<alpha, gamma>::DigitGen(DiyFp low, DiyFp w, DiyFp high, On ...
10 years, 9 months ago (2010-03-11 14:18:46 UTC) #3
Florian Loitsch
10 years, 9 months ago (2010-03-11 14:49:00 UTC) #4
Finally switched to NOLINT for uint64_t checks.

Powered by Google App Engine
This is Rietveld 408576698