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

Issue 16861003: MIPS: Fix for bug 245480. Calling new Array(a) with a single argument could result in creating a ho… (Closed)

Created:
7 years, 6 months ago by palfia
Modified:
7 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

MIPS: Fix for bug 245480. Calling new Array(a) with a single argument could result in creating a holey array with a packed elements kind. Port r15095 (4a97e1e4) BUG= Committed: https://code.google.com/p/v8/source/detail?r=15104

Patch Set 1 #

Total comments: 2

Patch Set 2 : Fixed nits. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -0 lines) Patch
M src/mips/lithium-codegen-mips.cc View 1 1 chunk +17 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
palfia
7 years, 6 months ago (2013-06-12 22:56:32 UTC) #1
Paul Lind
LGTM, but please fix the nit. https://codereview.chromium.org/16861003/diff/1/src/mips/lithium-codegen-mips.cc File src/mips/lithium-codegen-mips.cc (right): https://codereview.chromium.org/16861003/diff/1/src/mips/lithium-codegen-mips.cc#newcode3911 src/mips/lithium-codegen-mips.cc:3911: // look at ...
7 years, 6 months ago (2013-06-12 23:27:30 UTC) #2
palfia
Fixed nits. https://codereview.chromium.org/16861003/diff/1/src/mips/lithium-codegen-mips.cc File src/mips/lithium-codegen-mips.cc (right): https://codereview.chromium.org/16861003/diff/1/src/mips/lithium-codegen-mips.cc#newcode3911 src/mips/lithium-codegen-mips.cc:3911: // look at the first argument On ...
7 years, 6 months ago (2013-06-12 23:37:09 UTC) #3
palfia
7 years, 6 months ago (2013-06-12 23:40:54 UTC) #4
Message was sent while issue was closed.
Committed manually as r15104 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698