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

Issue 362723003: Added a promotion queue unit test that test promotion queue memory corruption (Closed)

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

Description

Added a promotion queue unit test that test promotion queue memory corruption by semi-space evacuation. BUG= R=titzer@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=22134

Patch Set 1 #

Patch Set 2 : #

Total comments: 6

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+100 lines, -0 lines) Patch
M src/heap.h View 1 2 3 4 1 chunk +12 lines, -0 lines 0 comments Download
M src/heap.cc View 1 2 3 4 5 1 chunk +13 lines, -0 lines 0 comments Download
M test/cctest/test-heap.cc View 1 chunk +75 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Hannes Payer (out of office)
6 years, 5 months ago (2014-07-01 11:53:26 UTC) #1
Hannes Payer (out of office)
6 years, 5 months ago (2014-07-01 11:53:26 UTC) #2
titzer
https://codereview.chromium.org/362723003/diff/20001/src/heap.cc File src/heap.cc (right): https://codereview.chromium.org/362723003/diff/20001/src/heap.cc#newcode1953 src/heap.cc:1953: ASSERT(!heap->InToSpace(target) || Comments here too? https://codereview.chromium.org/362723003/diff/20001/src/heap.h File src/heap.h (right): ...
6 years, 5 months ago (2014-07-01 11:58:21 UTC) #3
Hannes Payer (out of office)
https://codereview.chromium.org/362723003/diff/20001/src/heap.cc File src/heap.cc (right): https://codereview.chromium.org/362723003/diff/20001/src/heap.cc#newcode1953 src/heap.cc:1953: ASSERT(!heap->InToSpace(target) || On 2014/07/01 11:58:20, titzer wrote: > Comments ...
6 years, 5 months ago (2014-07-01 16:08:12 UTC) #4
Hannes Payer (out of office)
https://codereview.chromium.org/362723003/diff/20001/src/heap.cc File src/heap.cc (right): https://codereview.chromium.org/362723003/diff/20001/src/heap.cc#newcode1953 src/heap.cc:1953: ASSERT(!heap->InToSpace(target) || On 2014/07/01 11:58:20, titzer wrote: > Comments ...
6 years, 5 months ago (2014-07-01 16:08:12 UTC) #5
titzer
lgtm
6 years, 5 months ago (2014-07-01 16:37:19 UTC) #6
Hannes Payer (out of office)
6 years, 5 months ago (2014-07-01 18:48:27 UTC) #7
Message was sent while issue was closed.
Committed patchset #6 manually as r22134 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698