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

Issue 225303006: Corrected resubmssion of r34736. (Closed)

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

Description

Corrected resubmssion of r34736. Fix: Division by page size in NeedsGarbageCollection. Original description: Generalize the interface of page space controller. Gather used/capacity/external into SpaceUsage object, and use it for testing whether GC is needed before or after an allocation. This refactor does not affect policy, but prepares for: 1. Replacing promotion failure check/tracking. 2. Better growth control for external allocation. TBR=iposva@google.com Committed: https://code.google.com/p/dart/source/detail?r=34747

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+107 lines, -94 lines) Patch
M runtime/vm/heap.h View 2 chunks +3 lines, -6 lines 0 comments Download
M runtime/vm/heap.cc View 4 chunks +18 lines, -24 lines 0 comments Download
M runtime/vm/pages.h View 7 chunks +23 lines, -12 lines 0 comments Download
M runtime/vm/pages.cc View 17 chunks +55 lines, -53 lines 0 comments Download
M runtime/vm/scavenger.h View 2 chunks +8 lines, -0 lines 0 comments Download
A + runtime/vm/spaces.h View 0 chunks +-1 lines, --1 lines 0 comments Download
M runtime/vm/vm_sources.gypi View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
koda
6 years, 8 months ago (2014-04-04 21:04:52 UTC) #1
Message was sent while issue was closed.
Committed patchset #1 manually as r34747 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698