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

Issue 73943004: Limit the size for typed arrays to MaxSmi. (Closed)

Created:
7 years, 1 month ago by Dmitry Lomov (no reviews)
Modified:
7 years, 1 month ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

Limit the size for typed arrays to MaxSmi. R=jkummerow@chromium.org LOG=Y BUG=319722 Committed: https://code.google.com/p/v8/source/detail?r=17800

Patch Set 1 : #

Patch Set 2 : Made tests less heavy #

Patch Set 3 : Typo #

Total comments: 8

Patch Set 4 : Patch for landing. #

Patch Set 5 : Fix for message and reduced memory reqs in test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+56 lines, -24 lines) Patch
M src/d8.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/runtime.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M src/runtime.cc View 1 2 3 4 3 chunks +15 lines, -2 lines 0 comments Download
M src/typedarray.js View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
A + test/mjsunit/regress/regress-319722-ArrayBuffer.js View 1 2 3 4 1 chunk +17 lines, -10 lines 0 comments Download
A + test/mjsunit/regress/regress-319722-TypedArrays.js View 1 2 3 2 chunks +17 lines, -12 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Dmitry Lomov (no reviews)
PTAL. In tests, we need to allocate a large ArrayBuffer for each test, so we ...
7 years, 1 month ago (2013-11-15 12:08:28 UTC) #1
Dmitry Lomov (no reviews)
Tests made lighter + fail earlier in TypedArray(length) constructor.
7 years, 1 month ago (2013-11-15 12:49:01 UTC) #2
Jakob Kummerow
LGTM with comments. https://codereview.chromium.org/73943004/diff/110001/src/runtime.cc File src/runtime.cc (right): https://codereview.chromium.org/73943004/diff/110001/src/runtime.cc#newcode944 src/runtime.cc:944: // Returns true if backing stor ...
7 years, 1 month ago (2013-11-15 15:13:08 UTC) #3
Dmitry Lomov (no reviews)
Thanks for review, all comments addressed, landing. https://codereview.chromium.org/73943004/diff/110001/src/runtime.cc File src/runtime.cc (right): https://codereview.chromium.org/73943004/diff/110001/src/runtime.cc#newcode944 src/runtime.cc:944: // Returns ...
7 years, 1 month ago (2013-11-15 16:03:07 UTC) #4
Dmitry Lomov (no reviews)
Committed patchset #4 manually as r17798 (presubmit successful).
7 years, 1 month ago (2013-11-15 16:10:09 UTC) #5
Dmitry Lomov (no reviews)
On 2013/11/15 16:10:09, Dmitry Lomov (chromium) wrote: > Committed patchset #4 manually as r17798 (presubmit ...
7 years, 1 month ago (2013-11-15 16:35:17 UTC) #6
Jakob Kummerow
Patch set 5 LGTM.
7 years, 1 month ago (2013-11-15 16:36:19 UTC) #7
Dmitry Lomov (no reviews)
7 years, 1 month ago (2013-11-15 16:37:27 UTC) #8
Message was sent while issue was closed.
Committed patchset #5 manually as r17800 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698