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

Issue 10386045: Properly set ElementsKind of empty FAST_DOUBLE_ELEMENTS arrays when transitioning. (Closed)

Created:
8 years, 7 months ago by danno
Modified:
8 years, 7 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

Properly set ElementsKind of empty FAST_DOUBLE_ELEMENTS arrays when transitioning. R=jkummerow@chromium.org BUG=chromium:117409 TEST=test/mjsunit/regress/regress-117409.js Committed: https://code.google.com/p/v8/source/detail?r=11533

Patch Set 1 #

Total comments: 2

Patch Set 2 : Review feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -13 lines) Patch
M src/builtins.cc View 1 chunk +9 lines, -2 lines 0 comments Download
M src/objects.cc View 2 chunks +5 lines, -4 lines 0 comments Download
M src/objects-printer.cc View 1 chunk +9 lines, -7 lines 0 comments Download
A test/mjsunit/regress/regress-117409.js View 1 1 chunk +52 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
danno
PTAL
8 years, 7 months ago (2012-05-09 14:52:45 UTC) #1
Jakob Kummerow
8 years, 7 months ago (2012-05-09 15:02:58 UTC) #2
LGTM with nits.

https://chromiumcodereview.appspot.com/10386045/diff/1/test/mjsunit/regress/r...
File test/mjsunit/regress/regress-117409.js (right):

https://chromiumcodereview.appspot.com/10386045/diff/1/test/mjsunit/regress/r...
test/mjsunit/regress/regress-117409.js:32: // literal with a fast double
elements backing store
nit: Proper sentences with capitalization and full stop, please. (More below.)

https://chromiumcodereview.appspot.com/10386045/diff/1/test/mjsunit/regress/r...
test/mjsunit/regress/regress-117409.js:40: //   backing store will be replaces
with empty fixed array
nit: replaced

Powered by Google App Engine
This is Rietveld 408576698