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

Issue 17895004: Add DependentCode to PropertyCells (Closed)

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

Description

Patch Set 1 #

Patch Set 2 : Fix stray change #

Patch Set 3 : Remove stray changes #

Total comments: 6

Patch Set 4 : Review feedback #

Patch Set 5 : Moar review feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+147 lines, -74 lines) Patch
M src/arm/lithium-codegen-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/compiler.h View 5 chunks +14 lines, -13 lines 0 comments Download
M src/compiler.cc View 3 chunks +23 lines, -17 lines 0 comments Download
M src/heap.cc View 1 1 chunk +5 lines, -2 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/mark-compact.h View 1 chunk +1 line, -1 line 0 comments Download
M src/mark-compact.cc View 1 2 3 4 5 chunks +16 lines, -22 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/objects.h View 5 chunks +25 lines, -7 lines 0 comments Download
M src/objects.cc View 5 chunks +32 lines, -4 lines 0 comments Download
M src/objects-inl.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/objects-visiting.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/objects-visiting-inl.h View 1 2 3 2 chunks +25 lines, -4 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
danno
PTAL Michael, can you take a quick look at the StaticMarkingVisitor changes for PropertyCell?
7 years, 6 months ago (2013-06-26 15:02:46 UTC) #1
Michael Starzinger
Looking good, I reviewed "heap", "mark-compact" and "objects-visiting" files. Just a two minor comments. Let ...
7 years, 6 months ago (2013-06-26 15:23:31 UTC) #2
Michael Starzinger
One more comment ... https://codereview.chromium.org/17895004/diff/6001/src/objects-visiting-inl.h File src/objects-visiting-inl.h (right): https://codereview.chromium.org/17895004/diff/6001/src/objects-visiting-inl.h#newcode366 src/objects-visiting-inl.h:366: // ClearNonLivePropertyCellCodeDependencies. On 2013/06/26 15:23:31, ...
7 years, 6 months ago (2013-06-26 15:32:03 UTC) #3
ulan
> I reviewed "heap", "mark-compact" and "objects-visiting" files. The rest LGTM.
7 years, 6 months ago (2013-06-26 15:34:56 UTC) #4
danno
Feedback addresses, please take another look https://codereview.chromium.org/17895004/diff/6001/src/mark-compact.cc File src/mark-compact.cc (right): https://codereview.chromium.org/17895004/diff/6001/src/mark-compact.cc#newcode2445 src/mark-compact.cc:2445: ClearNonLiveDependentCode(PropertyCell::cast(cell)->dependent_code()); On 2013/06/26 ...
7 years, 6 months ago (2013-06-26 15:42:40 UTC) #5
Michael Starzinger
LGTM from my end as well.
7 years, 6 months ago (2013-06-26 16:11:59 UTC) #6
danno
7 years, 6 months ago (2013-06-26 16:17:23 UTC) #7
Message was sent while issue was closed.
Committed patchset #5 manually as r15341 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698