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

Issue 201873005: Apply numeric casts correctly in typed arrays and related code. (Closed)

Created:
6 years, 9 months ago by Dmitry Lomov (no reviews)
Modified:
6 years, 9 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

Apply numeric casts correctly in typed arrays and related code. R=jkummerow@chromium.org BUG=353004 LOG=Y Committed: https://code.google.com/p/v8/source/detail?r=20020 Committed: https://code.google.com/p/v8/source/detail?r=20022

Patch Set 1 #

Patch Set 2 : Minor #

Total comments: 15

Patch Set 3 : CR feedback #

Patch Set 4 : Win64 build fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+152 lines, -25 lines) Patch
M src/api.cc View 1 2 3 1 chunk +1 line, -14 lines 0 comments Download
M src/arraybuffer.js View 2 chunks +4 lines, -1 line 0 comments Download
M src/runtime.h View 2 chunks +3 lines, -0 lines 0 comments Download
M src/runtime.cc View 1 2 3 4 chunks +40 lines, -2 lines 0 comments Download
M src/typedarray.js View 5 chunks +30 lines, -8 lines 0 comments Download
A test/mjsunit/regress/regress-353004.js View 1 2 1 chunk +74 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Dmitry Lomov (no reviews)
PTAL
6 years, 9 months ago (2014-03-17 16:00:26 UTC) #1
Jakob Kummerow
LGTM with some comments. https://codereview.chromium.org/201873005/diff/10001/src/runtime.cc File src/runtime.cc (right): https://codereview.chromium.org/201873005/diff/10001/src/runtime.cc#newcode866 src/runtime.cc:866: CHECK(start <= source_byte_length); Why CHECK ...
6 years, 9 months ago (2014-03-17 17:29:04 UTC) #2
Dmitry Lomov (no reviews)
Commends addressed, landing. https://codereview.chromium.org/201873005/diff/10001/src/typedarray.js File src/typedarray.js (right): https://codereview.chromium.org/201873005/diff/10001/src/typedarray.js#newcode409 src/typedarray.js:409: ToPositiveDataViewOffset(offset), On 2014/03/17 17:29:05, Jakob wrote: ...
6 years, 9 months ago (2014-03-18 10:22:31 UTC) #3
Dmitry Lomov (no reviews)
Committed patchset #3 manually as r20020 (presubmit successful).
6 years, 9 months ago (2014-03-18 10:23:58 UTC) #4
Dmitry Lomov (no reviews)
Relanding with Win64 build fix.
6 years, 9 months ago (2014-03-18 10:55:07 UTC) #5
Dmitry Lomov (no reviews)
6 years, 9 months ago (2014-03-18 10:55:36 UTC) #6
Message was sent while issue was closed.
Committed patchset #4 manually as r20022 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698