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

Issue 2493803002: [heap] Add basic infrastructure for Minor Mark-Compact collector (Closed)

Created:
4 years, 1 month ago by Michael Lippautz
Modified:
4 years, 1 month ago
CC:
v8-reviews_googlegroups.com, Hannes Payer (out of office), ulan, Michael Hablich
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[heap] Add basic infrastructure for Minor Mark-Compact collector BUG=chromium:651354 Committed: https://crrev.com/df5b86de4cc3115b849d3c40d12637ce39131ed7 Cr-Commit-Position: refs/heads/master@{#40935}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Addressed comments #

Total comments: 2

Patch Set 3 : Addressed comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+133 lines, -82 lines) Patch
M src/flag-definitions.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M src/global-handles.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/globals.h View 1 chunk +1 line, -1 line 0 comments Download
M src/heap/gc-tracer.h View 1 2 2 chunks +4 lines, -3 lines 0 comments Download
M src/heap/gc-tracer.cc View 1 2 9 chunks +75 lines, -59 lines 0 comments Download
M src/heap/heap.h View 1 2 chunks +22 lines, -0 lines 0 comments Download
M src/heap/heap.cc View 1 2 8 chunks +28 lines, -18 lines 0 comments Download

Messages

Total messages: 20 (12 generated)
Michael Lippautz
ptal, next step is to add basic marking (non-incremental) and maybe a verification mode hooking ...
4 years, 1 month ago (2016-11-11 10:10:08 UTC) #5
ulan
lgtm https://codereview.chromium.org/2493803002/diff/40001/src/heap/gc-tracer.cc File src/heap/gc-tracer.cc (right): https://codereview.chromium.org/2493803002/diff/40001/src/heap/gc-tracer.cc#newcode157 src/heap/gc-tracer.cc:157: if (collector == SCAVENGER) { Nit: use switch ...
4 years, 1 month ago (2016-11-11 10:22:10 UTC) #6
Michael Lippautz
https://codereview.chromium.org/2493803002/diff/40001/src/heap/gc-tracer.cc File src/heap/gc-tracer.cc (right): https://codereview.chromium.org/2493803002/diff/40001/src/heap/gc-tracer.cc#newcode157 src/heap/gc-tracer.cc:157: if (collector == SCAVENGER) { On 2016/11/11 10:22:10, ulan ...
4 years, 1 month ago (2016-11-11 10:38:22 UTC) #7
Hannes Payer (out of office)
lgtm https://codereview.chromium.org/2493803002/diff/60001/src/heap/gc-tracer.cc File src/heap/gc-tracer.cc (right): https://codereview.chromium.org/2493803002/diff/60001/src/heap/gc-tracer.cc#newcode254 src/heap/gc-tracer.cc:254: recorded_scavenges_total_.Push( recorded_scavenges_total_ should change recorded_minor_gcs
4 years, 1 month ago (2016-11-11 14:02:43 UTC) #8
Michael Lippautz
https://codereview.chromium.org/2493803002/diff/60001/src/heap/gc-tracer.cc File src/heap/gc-tracer.cc (right): https://codereview.chromium.org/2493803002/diff/60001/src/heap/gc-tracer.cc#newcode254 src/heap/gc-tracer.cc:254: recorded_scavenges_total_.Push( On 2016/11/11 14:02:42, Hannes Payer wrote: > recorded_scavenges_total_ ...
4 years, 1 month ago (2016-11-11 15:11:00 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2493803002/80001
4 years, 1 month ago (2016-11-11 15:46:27 UTC) #16
commit-bot: I haz the power
Committed patchset #3 (id:80001)
4 years, 1 month ago (2016-11-11 15:48:28 UTC) #18
commit-bot: I haz the power
4 years, 1 month ago (2016-11-17 22:31:09 UTC) #20
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/df5b86de4cc3115b849d3c40d12637ce39131ed7
Cr-Commit-Position: refs/heads/master@{#40935}

Powered by Google App Engine
This is Rietveld 408576698