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

Issue 10833033: Set LastAdded to kNoneAdded in RawCopy. (Closed)

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

Description

Set LastAdded to kNoneAdded in RawCopy. This ensures it is properly initialized if no descriptors are later set. Committed: https://code.google.com/p/v8/source/detail?r=12202

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -33 lines) Patch
M src/heap.cc View 2 chunks +17 lines, -22 lines 0 comments Download
M src/objects.cc View 4 chunks +7 lines, -10 lines 0 comments Download
M src/objects-inl.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
Toon Verwaest
PTAL. The meat of the change is adding SetLastAdded(kNoneAdded) to src/objects.cc:4817. This ensures that, in ...
8 years, 5 months ago (2012-07-26 10:53:51 UTC) #1
danno
Please try to build a test case for this.
8 years, 5 months ago (2012-07-26 13:01:40 UTC) #2
danno
8 years, 5 months ago (2012-07-26 13:47:40 UTC) #3
Actually, lgtm. land it first to see if it helps the layout tests, and if it
does, we can re-push.

Powered by Google App Engine
This is Rietveld 408576698