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

Issue 16408005: CallNewArray sites need the original feedback cell at crankshaft time. (Closed)

Created:
7 years, 6 months ago by mvstanton
Modified:
7 years, 6 months ago
Reviewers:
danno, rossberg
CC:
v8-dev
Visibility:
Public.

Description

CallNewArray sites need the original feedback cell at crankshaft time. This CL addresses a TODO in the hydrogen-based array constructor code, to pass through the actual type feedback cell, rather than the contents of the cell. BUG= R=danno@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=15004

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -43 lines) Patch
M src/ast.h View 2 chunks +4 lines, -2 lines 0 comments Download
M src/ast.cc View 1 chunk +5 lines, -7 lines 2 comments Download
M src/hydrogen.cc View 1 chunk +1 line, -12 lines 0 comments Download
M src/type-info.h View 2 chunks +4 lines, -4 lines 0 comments Download
M src/type-info.cc View 3 chunks +29 lines, -18 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
mvstanton
Hi Danno, this addresses a TODO that we discussed some time back. And Andreas, you ...
7 years, 6 months ago (2013-06-05 16:24:50 UTC) #1
rossberg
https://codereview.chromium.org/16408005/diff/1/src/ast.cc File src/ast.cc (right): https://codereview.chromium.org/16408005/diff/1/src/ast.cc#newcode663 src/ast.cc:663: if (value->IsSmi()) { I'm not sure how this can ...
7 years, 6 months ago (2013-06-06 09:24:19 UTC) #2
rossberg
https://codereview.chromium.org/16408005/diff/1/src/ast.cc File src/ast.cc (right): https://codereview.chromium.org/16408005/diff/1/src/ast.cc#newcode663 src/ast.cc:663: if (value->IsSmi()) { On 2013/06/06 09:24:19, rossberg wrote: > ...
7 years, 6 months ago (2013-06-06 10:36:49 UTC) #3
danno
lgtm
7 years, 6 months ago (2013-06-07 10:58:37 UTC) #4
mvstanton
7 years, 6 months ago (2013-06-07 13:21:29 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 manually as r15004 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698