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

Issue 7285001: Add support for dictionary elements to polymorphic crankshaft code. (Closed)

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

Description

Add support for dictionary elements to polymorphic crankshaft code. Committed: http://code.google.com/p/v8/source/detail?r=8479

Patch Set 1 #

Total comments: 1

Patch Set 2 : small fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -6 lines) Patch
M src/hydrogen.cc View 1 3 chunks +12 lines, -5 lines 0 comments Download
M src/ic.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/objects.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/stub-cache.cc View 2 chunks +4 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Jakob Kummerow
PTAL.
9 years, 5 months ago (2011-06-29 13:54:24 UTC) #1
danno
LGTM with comments. http://codereview.chromium.org/7285001/diff/1/src/hydrogen.cc File src/hydrogen.cc (right): http://codereview.chromium.org/7285001/diff/1/src/hydrogen.cc#newcode3939 src/hydrogen.cc:3939: if (elements_kind == JSObject::DICTIONARY_ELEMENTS + 1 ...
9 years, 5 months ago (2011-06-29 14:16:35 UTC) #2
Jakob Kummerow
9 years, 5 months ago (2011-06-29 16:07:15 UTC) #3
Updated version. I'll land this tomorrow morning.

Powered by Google App Engine
This is Rietveld 408576698