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

Issue 14629005: Adding fast path for generalizing maps. (Closed)

Created:
7 years, 7 months ago by Toon Verwaest
Modified:
7 years, 7 months ago
Reviewers:
danno
CC:
v8-dev
Visibility:
Public.

Description

Adding fast path for generalizing maps. Committed: https://code.google.com/p/v8/source/detail?r=14523

Patch Set 1 : #

Total comments: 5

Patch Set 2 : Addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+55 lines, -10 lines) Patch
M src/objects.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/objects.cc View 1 4 chunks +44 lines, -8 lines 0 comments Download
M src/property-details.h View 1 1 chunk +6 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Toon Verwaest
PTAL
7 years, 7 months ago (2013-05-02 13:27:38 UTC) #1
danno
https://codereview.chromium.org/14629005/diff/5/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/14629005/diff/5/src/objects.cc#newcode7365 src/objects.cc:7365: other_details.type() != CONSTANT_FUNCTION) { What about when other_details is ...
7 years, 7 months ago (2013-05-02 14:26:41 UTC) #2
Toon Verwaest
Addressed comments https://chromiumcodereview.appspot.com/14629005/diff/5/src/objects.cc File src/objects.cc (right): https://chromiumcodereview.appspot.com/14629005/diff/5/src/objects.cc#newcode7365 src/objects.cc:7365: other_details.type() != CONSTANT_FUNCTION) { In that case ...
7 years, 7 months ago (2013-05-02 15:15:57 UTC) #3
danno
lgtm
7 years, 7 months ago (2013-05-02 15:27:59 UTC) #4
Toon Verwaest
7 years, 7 months ago (2013-05-02 15:41:09 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r14523 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698