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

Issue 1273953004: [heap] Remove obsolete was_marked_incrementally field. (Closed)

Created:
5 years, 4 months ago by Michael Starzinger
Modified:
5 years ago
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@local_cleanup-incremental-marking-stop
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[heap] Remove obsolete was_marked_incrementally field. R=hpayer@chromium.org

Patch Set 1 #

Total comments: 5

Patch Set 2 : Fix minor issue. #

Patch Set 3 : Addressed comment. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -27 lines) Patch
M src/heap/mark-compact.h View 2 chunks +5 lines, -7 lines 0 comments Download
M src/heap/mark-compact.cc View 1 2 7 chunks +17 lines, -20 lines 2 comments Download

Depends on Patchset:

Messages

Total messages: 7 (1 generated)
Michael Starzinger
5 years, 4 months ago (2015-08-07 09:45:49 UTC) #1
Hannes Payer (out of office)
https://codereview.chromium.org/1273953004/diff/1/src/heap/mark-compact.cc File src/heap/mark-compact.cc (left): https://codereview.chromium.org/1273953004/diff/1/src/heap/mark-compact.cc#oldcode2245 src/heap/mark-compact.cc:2245: incremental_marking->Stop(); stop is now not called for non-aborting GCs. ...
5 years, 4 months ago (2015-08-07 09:57:31 UTC) #2
Michael Starzinger
https://codereview.chromium.org/1273953004/diff/1/src/heap/mark-compact.cc File src/heap/mark-compact.cc (left): https://codereview.chromium.org/1273953004/diff/1/src/heap/mark-compact.cc#oldcode2245 src/heap/mark-compact.cc:2245: incremental_marking->Stop(); On 2015/08/07 09:57:31, Hannes Payer wrote: > stop ...
5 years, 4 months ago (2015-08-07 10:01:54 UTC) #3
Hannes Payer (out of office)
https://codereview.chromium.org/1273953004/diff/1/src/heap/mark-compact.cc File src/heap/mark-compact.cc (right): https://codereview.chromium.org/1273953004/diff/1/src/heap/mark-compact.cc#newcode2239 src/heap/mark-compact.cc:2239: IncrementalMarking* incremental_marking = heap_->incremental_marking(); On 2015/08/07 10:01:54, Michael Starzinger ...
5 years, 4 months ago (2015-08-07 10:39:23 UTC) #4
Hannes Payer (out of office)
https://codereview.chromium.org/1273953004/diff/40001/src/heap/mark-compact.cc File src/heap/mark-compact.cc (right): https://codereview.chromium.org/1273953004/diff/40001/src/heap/mark-compact.cc#newcode816 src/heap/mark-compact.cc:816: heap()->incremental_marking()->Stop(); in that case, stop was already performed before. ...
5 years, 4 months ago (2015-08-07 10:53:38 UTC) #5
Michael Starzinger
5 years ago (2015-12-14 21:15:01 UTC) #6
Closing. Approach doesn't fly. :(

Powered by Google App Engine
This is Rietveld 408576698