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

Issue 1292353004: Safepointing in GC (Closed)

Created:
5 years, 4 months ago by koda
Modified:
5 years, 3 months ago
Reviewers:
Ivan Posva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Reviewable. #

Patch Set 3 : Scavenger. #

Patch Set 4 : Scavenger again. #

Total comments: 1

Patch Set 5 : Keep it simple. #

Patch Set 6 : Even simpler. #

Patch Set 7 : Remove obsolete TODO. #

Total comments: 4

Patch Set 8 : Update comments. #

Patch Set 9 : Remove unintentially added files. #

Patch Set 10 : More git fixes. #

Patch Set 11 : More git cleanup. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -7 lines) Patch
M runtime/vm/gc_sweeper.cc View 1 2 3 4 8 2 chunks +2 lines, -0 lines 0 comments Download
M runtime/vm/pages.cc View 1 2 3 4 5 6 7 8 3 chunks +9 lines, -0 lines 0 comments Download
M runtime/vm/scavenger.cc View 1 2 3 4 5 6 7 8 3 chunks +12 lines, -1 line 0 comments Download
M runtime/vm/thread_test.cc View 1 2 3 4 5 6 7 8 1 chunk +6 lines, -6 lines 0 comments Download

Messages

Total messages: 7 (1 generated)
koda
5 years, 4 months ago (2015-08-14 17:10:13 UTC) #2
Ivan Posva
https://codereview.chromium.org/1292353004/diff/60001/runtime/vm/gc_sweeper.cc File runtime/vm/gc_sweeper.cc (right): https://codereview.chromium.org/1292353004/diff/60001/runtime/vm/gc_sweeper.cc#newcode192 runtime/vm/gc_sweeper.cc:192: MonitorLocker ml(&started_monitor); I don't expect it to be needed ...
5 years, 4 months ago (2015-08-19 08:00:04 UTC) #3
koda
Simplified the CL considerably: - reverted "wait for sweeper to start" changes; we will continue ...
5 years, 4 months ago (2015-08-19 20:55:48 UTC) #4
Ivan Posva
LGTM with comments added. -ip https://codereview.chromium.org/1292353004/diff/120001/runtime/vm/pages.cc File runtime/vm/pages.cc (right): https://codereview.chromium.org/1292353004/diff/120001/runtime/vm/pages.cc#newcode772 runtime/vm/pages.cc:772: isolate->thread_registry()->SafepointThreads(); // Ensure that ...
5 years, 3 months ago (2015-08-25 23:27:15 UTC) #5
koda
https://codereview.chromium.org/1292353004/diff/120001/runtime/vm/pages.cc File runtime/vm/pages.cc (right): https://codereview.chromium.org/1292353004/diff/120001/runtime/vm/pages.cc#newcode772 runtime/vm/pages.cc:772: isolate->thread_registry()->SafepointThreads(); On 2015/08/25 23:27:15, Ivan Posva wrote: > // ...
5 years, 3 months ago (2015-08-26 01:09:15 UTC) #6
koda
5 years, 3 months ago (2015-08-26 01:20:31 UTC) #7
Message was sent while issue was closed.
Committed patchset #11 (id:190001) manually as
cab003366785773ace16b5305ac1f33c228cac54 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698