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

Issue 152613002: Make memento checks more stable. Add filler at the end of new space and check if object and memento… (Closed)

Created:
6 years, 10 months ago by Hannes Payer (out of office)
Modified:
6 years, 10 months ago
CC:
v8-dev
Visibility:
Public.

Description

Make memento checks more stable. Add filler at the end of new space and check if object and memento are on the same new space page. BUG= R=bmeurer@chromium.org, mvstanton@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=19024

Patch Set 1 #

Patch Set 2 : #

Total comments: 6

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -27 lines) Patch
src/heap.cc View 1 chunk +12 lines, -0 lines 0 comments Download
src/heap-inl.h View 1 2 1 chunk +15 lines, -9 lines 0 comments Download
src/mark-compact.cc View 1 chunk +0 lines, -14 lines 0 comments Download
src/objects.cc View 1 1 chunk +15 lines, -4 lines 0 comments Download
src/spaces.h View 2 chunks +12 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Hannes Payer (out of office)
https://codereview.chromium.org/152613002/diff/20006/src/heap-inl.h File src/heap-inl.h (right): https://codereview.chromium.org/152613002/diff/20006/src/heap-inl.h#newcode506 src/heap-inl.h:506: Not that I removed (ptr == top) since we ...
6 years, 10 months ago (2014-02-03 10:30:18 UTC) #1
Benedikt Meurer
https://codereview.chromium.org/152613002/diff/20006/src/heap-inl.h File src/heap-inl.h (right): https://codereview.chromium.org/152613002/diff/20006/src/heap-inl.h#newcode491 src/heap-inl.h:491: ASSERT(heap->InFromSpace(object)); Is this ASSERT actually correct?
6 years, 10 months ago (2014-02-03 11:26:31 UTC) #2
Benedikt Meurer
https://codereview.chromium.org/152613002/diff/20006/src/heap-inl.h File src/heap-inl.h (right): https://codereview.chromium.org/152613002/diff/20006/src/heap-inl.h#newcode506 src/heap-inl.h:506: On 2014/02/03 10:30:18, Hannes Payer wrote: > Not that ...
6 years, 10 months ago (2014-02-03 11:49:28 UTC) #3
mvstanton
lgtm with comment. https://codereview.chromium.org/152613002/diff/20006/src/heap-inl.h File src/heap-inl.h (right): https://codereview.chromium.org/152613002/diff/20006/src/heap-inl.h#newcode506 src/heap-inl.h:506: On 2014/02/03 10:30:18, Hannes Payer wrote: ...
6 years, 10 months ago (2014-02-03 11:52:01 UTC) #4
Hannes Payer (out of office)
https://codereview.chromium.org/152613002/diff/20006/src/heap-inl.h File src/heap-inl.h (right): https://codereview.chromium.org/152613002/diff/20006/src/heap-inl.h#newcode491 src/heap-inl.h:491: ASSERT(heap->InFromSpace(object)); On 2014/02/03 11:26:32, Benedikt Meurer wrote: > Is ...
6 years, 10 months ago (2014-02-03 11:56:27 UTC) #5
Benedikt Meurer
LGTM
6 years, 10 months ago (2014-02-03 11:56:45 UTC) #6
Hannes Payer (out of office)
6 years, 10 months ago (2014-02-03 12:20:24 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 manually as r19024.

Powered by Google App Engine
This is Rietveld 408576698