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

Issue 25146007: Don't create mementos for shallow SMI array literals in crankshaft (Closed)

Created:
7 years, 2 months ago by mvstanton
Modified:
7 years, 2 months ago
CC:
v8-dev
Visibility:
Public.

Description

In crankshafted code, we were creating allocation mementos for shallow SMI array literals when we shouldn't. The idea is that we should have learned by this point what type of array we'll end up with. R=hpayer@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=17028

Patch Set 1 #

Total comments: 6

Patch Set 2 : Code comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -56 lines) Patch
M src/hydrogen.h View 1 chunk +1 line, -3 lines 0 comments Download
M src/hydrogen.cc View 1 5 chunks +9 lines, -53 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
mvstanton
Hi Hannes, PTAL, thx! --Michael
7 years, 2 months ago (2013-09-30 14:37:39 UTC) #1
Hannes Payer (out of office)
LGTM, minior nits. https://codereview.chromium.org/25146007/diff/1/src/hydrogen.cc File src/hydrogen.cc (right): https://codereview.chromium.org/25146007/diff/1/src/hydrogen.cc#newcode8368 src/hydrogen.cc:8368: Handle<FixedArrayBase> elements(boilerplate_object->elements()); Since you are already ...
7 years, 2 months ago (2013-09-30 19:12:52 UTC) #2
mvstanton
right on, thanks much! --Michael https://codereview.chromium.org/25146007/diff/1/src/hydrogen.cc File src/hydrogen.cc (right): https://codereview.chromium.org/25146007/diff/1/src/hydrogen.cc#newcode8368 src/hydrogen.cc:8368: Handle<FixedArrayBase> elements(boilerplate_object->elements()); On 2013/09/30 ...
7 years, 2 months ago (2013-09-30 20:50:33 UTC) #3
mvstanton
7 years, 2 months ago (2013-10-01 08:22:09 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r17028 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698