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

Issue 13975012: First cut at impementing ES6 TypedArrays in V8. (Closed)

Created:
7 years, 8 months ago by Dmitry Lomov (no reviews)
Modified:
7 years, 8 months ago
Reviewers:
rossberg
CC:
v8-dev
Visibility:
Public.

Description

First cut at impementing ES6 TypedArrays in V8. BUG= Committed: https://code.google.com/p/v8/source/detail?r=14285

Patch Set 1 #

Patch Set 2 : Cleanup #

Total comments: 29

Patch Set 3 : CR feedback #

Patch Set 4 : Style #

Total comments: 9

Patch Set 5 : CR feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+434 lines, -22 lines) Patch
M src/bootstrapper.cc View 1 3 chunks +21 lines, -0 lines 0 comments Download
M src/messages.js View 1 chunk +3 lines, -0 lines 0 comments Download
M src/objects.h View 1 2 5 chunks +36 lines, -0 lines 0 comments Download
M src/objects.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/objects-debug.cc View 2 chunks +25 lines, -0 lines 0 comments Download
M src/objects-inl.h View 1 4 chunks +10 lines, -0 lines 0 comments Download
M src/objects-printer.cc View 2 chunks +18 lines, -0 lines 0 comments Download
M src/objects-visiting.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/runtime.h View 1 2 2 chunks +7 lines, -0 lines 0 comments Download
M src/runtime.cc View 1 2 3 4 5 chunks +113 lines, -17 lines 0 comments Download
M src/typedarray.js View 1 2 3 4 2 chunks +89 lines, -1 line 0 comments Download
M src/v8conversions.h View 1 2 3 1 chunk +13 lines, -0 lines 0 comments Download
M test/mjsunit/harmony/typedarrays.js View 4 chunks +97 lines, -4 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Dmitry Lomov (no reviews)
Please take a look.
7 years, 8 months ago (2013-04-12 16:46:35 UTC) #1
rossberg
https://codereview.chromium.org/13975012/diff/2001/src/objects-debug.cc File src/objects-debug.cc (right): https://codereview.chromium.org/13975012/diff/2001/src/objects-debug.cc#newcode738 src/objects-debug.cc:738: || byte_offset()->IsUndefined()); Too bad that we cannot rule out ...
7 years, 8 months ago (2013-04-15 13:11:03 UTC) #2
Dmitry Lomov (no reviews)
Thanks for review! Please take another look. https://codereview.chromium.org/13975012/diff/2001/src/objects.h File src/objects.h (right): https://codereview.chromium.org/13975012/diff/2001/src/objects.h#newcode8539 src/objects.h:8539: // [length]: ...
7 years, 8 months ago (2013-04-15 15:40:58 UTC) #3
rossberg
https://codereview.chromium.org/13975012/diff/9002/src/runtime.cc File src/runtime.cc (right): https://codereview.chromium.org/13975012/diff/9002/src/runtime.cc#newcode824 src/runtime.cc:824: ASSERT(byte_length % elementSize == 0); I'm surprised that you ...
7 years, 8 months ago (2013-04-16 13:30:43 UTC) #4
Dmitry Lomov (no reviews)
Comments addressed (except one) https://codereview.chromium.org/13975012/diff/9002/src/runtime.cc File src/runtime.cc (right): https://codereview.chromium.org/13975012/diff/9002/src/runtime.cc#newcode824 src/runtime.cc:824: ASSERT(byte_length % elementSize == 0); ...
7 years, 8 months ago (2013-04-16 13:47:13 UTC) #5
rossberg
LGTM https://codereview.chromium.org/13975012/diff/9002/src/runtime.cc File src/runtime.cc (right): https://codereview.chromium.org/13975012/diff/9002/src/runtime.cc#newcode824 src/runtime.cc:824: ASSERT(byte_length % elementSize == 0); On 2013/04/16 13:47:13, ...
7 years, 8 months ago (2013-04-16 13:59:48 UTC) #6
Dmitry Lomov (no reviews)
7 years, 8 months ago (2013-04-16 14:16:46 UTC) #7
Message was sent while issue was closed.
Committed patchset #5 manually as r14285 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698