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

Issue 249593002: Fix C++ type of Factory::NewFixedDoubleArray. (Closed)

Created:
6 years, 8 months ago by Jarin
Modified:
6 years, 8 months ago
Reviewers:
mvstanton
CC:
v8-dev
Visibility:
Public.

Description

Fix C++ type of Factory::NewFixedDoubleArray. The change fixes the C++ type of Factory::NewFixedDoubleArray to reflect the empty array case, where we return an empty FixedArray (rather than FixedDoubleArray). R=mvstanton@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=20918

Patch Set 1 #

Total comments: 1

Patch Set 2 : Added some comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -28 lines) Patch
M src/builtins.cc View 1 1 chunk +4 lines, -1 line 0 comments Download
M src/factory.h View 1 1 chunk +4 lines, -2 lines 0 comments Download
M src/factory.cc View 1 chunk +10 lines, -6 lines 0 comments Download
M src/runtime.cc View 2 chunks +18 lines, -13 lines 0 comments Download
A + test/mjsunit/regress/regress-empty-fixed-double-array.js View 1 chunk +7 lines, -6 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Jarin
6 years, 8 months ago (2014-04-23 15:47:11 UTC) #1
mvstanton
lgtm https://codereview.chromium.org/249593002/diff/1/src/builtins.cc File src/builtins.cc (right): https://codereview.chromium.org/249593002/diff/1/src/builtins.cc#newcode473 src/builtins.cc:473: new_elms = Handle<FixedDoubleArray>::cast( Might have a comment that ...
6 years, 8 months ago (2014-04-23 16:15:16 UTC) #2
Jarin
6 years, 8 months ago (2014-04-24 05:29:08 UTC) #3
Message was sent while issue was closed.
Committed patchset #2 manually as r20918 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698