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

Issue 10815034: Merged r11533 into 3.8 branch. (Closed)

Created:
8 years, 5 months ago by danno
Modified:
8 years, 5 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Visibility:
Public.

Description

Merged r11533 into 3.8 branch. Properly set ElementsKind of empty FAST_DOUBLE_ELEMENTS arrays when transitioning. R=mstarzinger@chromium.org BUG=chromium:117409 Committed: https://code.google.com/p/v8/source/detail?r=12163

Patch Set 1 #

Total comments: 1

Patch Set 2 : Patch isn't relevant to 3.8, just merge unit test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -32 lines) Patch
M src/version.cc View 1 chunk +1 line, -1 line 0 comments Download
A + test/mjsunit/regress/regress-117409.js View 1 chunk +18 lines, -31 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
danno
8 years, 5 months ago (2012-07-20 13:27:24 UTC) #1
Michael Starzinger
https://chromiumcodereview.appspot.com/10815034/diff/1/src/builtins.cc File src/builtins.cc (right): https://chromiumcodereview.appspot.com/10815034/diff/1/src/builtins.cc#newcode448 src/builtins.cc:448: if (array->HasFastDoubleElements()) { As discussed offline: This fix might ...
8 years, 5 months ago (2012-07-20 13:39:40 UTC) #2
Michael Starzinger
8 years, 5 months ago (2012-07-20 13:40:08 UTC) #3
LGTM (if regression test succeeds).

Powered by Google App Engine
This is Rietveld 408576698