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

Issue 10065005: Persist the scanning state across invocations of ProcessToSpace. (Closed)

Created:
8 years, 8 months ago by cshapiro
Modified:
8 years, 8 months ago
Reviewers:
podivilov1, Ivan Posva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Persist the scanning state across invocations of ProcessToSpace. This provides an signal that scanning is required to complete a scavenge. When reinvoking the scanner, scanning now resumes from the lowest unscanned address instead of from the lowest to-space address, thereby avoiding repeated work. BUG=2524 Committed: https://code.google.com/p/dart/source/detail?r=6449

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -6 lines) Patch
M runtime/vm/scavenger.h View 1 chunk +4 lines, -0 lines 0 comments Download
M runtime/vm/scavenger.cc View 4 chunks +7 lines, -6 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
cshapiro
8 years, 8 months ago (2012-04-12 04:12:15 UTC) #1
TBR=iposva

Powered by Google App Engine
This is Rietveld 408576698