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

Issue 26827002: Allow FastCloneShallowObjectStub to use AllocationMementos. (Closed)

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

Description

Allow FastCloneShallowObjectStub to use AllocationMementos. (currently turned off) BUG= R=mstarzinger@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=17154

Patch Set 1 #

Total comments: 4

Patch Set 2 : Code comment response #

Total comments: 8

Patch Set 3 : More comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+46 lines, -18 lines) Patch
M src/code-stubs-hydrogen.cc View 1 2 chunks +20 lines, -7 lines 0 comments Download
M src/flag-definitions.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/hydrogen.cc View 1 2 1 chunk +13 lines, -8 lines 0 comments Download
M src/runtime.cc View 1 chunk +11 lines, -3 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
mvstanton
Hi Michael, here is the CL we discussed earlier in the week, PTAL. thx!
7 years, 2 months ago (2013-10-10 12:43:45 UTC) #1
Michael Starzinger
Just one real comment. Otherwise looking good. https://codereview.chromium.org/26827002/diff/1/src/code-stubs.h File src/code-stubs.h (right): https://codereview.chromium.org/26827002/diff/1/src/code-stubs.h#newcode676 src/code-stubs.h:676: FastCloneShallowObjectStub(AllocationSiteMode allocation_site_mode, ...
7 years, 2 months ago (2013-10-10 13:27:39 UTC) #2
mvstanton
Thx for the comments, FLAG_allocation_site_pretenuring is used instead of a new minor key. https://codereview.chromium.org/26827002/diff/1/src/code-stubs.h File ...
7 years, 2 months ago (2013-10-10 14:09:04 UTC) #3
Michael Starzinger
LGTM with a few minor nits. https://codereview.chromium.org/26827002/diff/6001/src/code-stubs.h File src/code-stubs.h (right): https://codereview.chromium.org/26827002/diff/6001/src/code-stubs.h#newcode694 src/code-stubs.h:694: STATIC_ASSERT(kMaximumClonedProperties < 16); ...
7 years, 2 months ago (2013-10-11 07:49:36 UTC) #4
mvstanton
Right on, thanks very much. https://codereview.chromium.org/26827002/diff/6001/src/code-stubs.h File src/code-stubs.h (right): https://codereview.chromium.org/26827002/diff/6001/src/code-stubs.h#newcode694 src/code-stubs.h:694: STATIC_ASSERT(kMaximumClonedProperties < 16); On ...
7 years, 2 months ago (2013-10-11 09:23:47 UTC) #5
mvstanton
7 years, 2 months ago (2013-10-11 09:25:21 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 manually as r17154 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698