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

Issue 503363005: - Add and enable concurrent sweeper. (Closed)

Created:
6 years, 3 months ago by Ivan Posva
Modified:
6 years, 3 months ago
Reviewers:
koda, siva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

- Add and enable concurrent sweeper. - Keep separate lists for normal sized executable and data pages. R=koda@google.com Committed: https://code.google.com/p/dart/source/detail?r=39593

Patch Set 1 #

Total comments: 24

Patch Set 2 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+396 lines, -71 lines) Patch
M runtime/vm/class_table.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M runtime/vm/class_table.cc View 1 1 chunk +13 lines, -0 lines 0 comments Download
M runtime/vm/gc_sweeper.h View 1 2 chunks +8 lines, -0 lines 0 comments Download
M runtime/vm/gc_sweeper.cc View 1 2 chunks +86 lines, -0 lines 0 comments Download
M runtime/vm/heap.cc View 1 2 chunks +37 lines, -8 lines 1 comment Download
M runtime/vm/isolate.h View 2 chunks +3 lines, -0 lines 0 comments Download
M runtime/vm/isolate.cc View 1 2 chunks +61 lines, -1 line 0 comments Download
M runtime/vm/metrics.cc View 1 chunk +8 lines, -4 lines 0 comments Download
M runtime/vm/pages.h View 5 chunks +17 lines, -6 lines 0 comments Download
M runtime/vm/pages.cc View 18 chunks +137 lines, -46 lines 0 comments Download
M runtime/vm/raw_object.cc View 1 chunk +5 lines, -2 lines 0 comments Download
M runtime/vm/scavenger.cc View 2 chunks +13 lines, -4 lines 0 comments Download
M runtime/vm/store_buffer.h View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Ivan Posva
iposva@google.com changed reviewers: + asiva@google.com, koda@google.com
6 years, 3 months ago (2014-08-26 21:05:44 UTC) #1
Ivan Posva
6 years, 3 months ago (2014-08-26 21:05:44 UTC) #2
koda
First pass https://codereview.chromium.org/503363005/diff/1/runtime/vm/class_table.h File runtime/vm/class_table.h (right): https://codereview.chromium.org/503363005/diff/1/runtime/vm/class_table.h#newcode116 runtime/vm/class_table.h:116: explicit ClassTable(ClassTable* original); const ClassTable* And comment ...
6 years, 3 months ago (2014-08-26 23:34:49 UTC) #3
Ivan Posva
https://codereview.chromium.org/503363005/diff/1/runtime/vm/class_table.h File runtime/vm/class_table.h (right): https://codereview.chromium.org/503363005/diff/1/runtime/vm/class_table.h#newcode116 runtime/vm/class_table.h:116: explicit ClassTable(ClassTable* original); On 2014/08/26 23:34:48, koda wrote: > ...
6 years, 3 months ago (2014-08-27 01:00:22 UTC) #4
koda
lgtm if you fix the last thing https://codereview.chromium.org/503363005/diff/20001/runtime/vm/heap.cc File runtime/vm/heap.cc (right): https://codereview.chromium.org/503363005/diff/20001/runtime/vm/heap.cc#newcode112 runtime/vm/heap.cc:112: addr = ...
6 years, 3 months ago (2014-08-27 05:42:20 UTC) #5
Ivan Posva
6 years, 3 months ago (2014-08-27 13:38:04 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 manually as r39593 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698