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

Issue 10458054: Ignore the growth policy when fragmentation prevents allocation. (Closed)

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

Description

Ignore the growth policy when fragmentation prevents allocation. Committed: https://code.google.com/p/dart/source/detail?r=8138

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M runtime/vm/pages.cc View 1 chunk +2 lines, -1 line 1 comment Download

Messages

Total messages: 3 (0 generated)
cshapiro
TBR=iposva
8 years, 6 months ago (2012-05-31 04:20:07 UTC) #1
Ivan Posva
https://chromiumcodereview.appspot.com/10458054/diff/1/runtime/vm/pages.cc File runtime/vm/pages.cc (right): https://chromiumcodereview.appspot.com/10458054/diff/1/runtime/vm/pages.cc#newcode203 runtime/vm/pages.cc:203: (size < (capacity() - in_use()))) && // Fragmentation The ...
8 years, 6 months ago (2012-05-31 23:32:53 UTC) #2
Ivan Posva
8 years, 6 months ago (2012-05-31 23:33:22 UTC) #3
On 2012/05/31 23:32:53, Ivan Posva wrote:
> https://chromiumcodereview.appspot.com/10458054/diff/1/runtime/vm/pages.cc
> File runtime/vm/pages.cc (right):
> 
>
https://chromiumcodereview.appspot.com/10458054/diff/1/runtime/vm/pages.cc#ne...
> runtime/vm/pages.cc:203: (size < (capacity() - in_use()))) &&  //
Fragmentation
> The problem with this solution is that it has no memory. The likelihood of
> allowing growth is too high.

LGTM for the build break fix.

-Ivan

Powered by Google App Engine
This is Rietveld 408576698