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

Issue 18263002: Not consider the use representation in unintiliazed ArrayLiteral which always requires SMI (Closed)

Created:
7 years, 5 months ago by weiliang.lin2
Modified:
7 years, 5 months ago
CC:
v8-dev
Visibility:
Public.

Description

Not consider the use representation in unintiliazed ArrayLiteral which always requires SMI R=jkummerow@chromium.org Committed: http://code.google.com/p/v8/source/detail?r=15450

Patch Set 1 : #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -4 lines) Patch
M src/hydrogen.cc View 1 2 chunks +7 lines, -3 lines 0 comments Download
M src/hydrogen-instructions.h View 4 chunks +10 lines, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
weiliang.lin2
ArrayLiteral is always initialized with FAST_SMI element kind. If the ArrayLiteral is dead code, it ...
7 years, 5 months ago (2013-06-29 10:03:13 UTC) #1
Jakob Kummerow
LGTM with nits. Adding mvstanton to verify that this way of detecting uninitialized array literals ...
7 years, 5 months ago (2013-07-01 13:42:57 UTC) #2
mvstanton
That looks okay to me. If we never initialized the boilerplate by the time we ...
7 years, 5 months ago (2013-07-01 14:00:27 UTC) #3
weiliang.lin2
On 2013/07/01 13:42:57, Jakob wrote: > LGTM with nits. > > Adding mvstanton to verify ...
7 years, 5 months ago (2013-07-01 14:03:51 UTC) #4
Jakob Kummerow
LGTM, I'll land. Thanks!
7 years, 5 months ago (2013-07-01 14:05:04 UTC) #5
Jakob Kummerow
7 years, 5 months ago (2013-07-02 15:00:18 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 manually as r15450 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698