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

Issue 10057001: - Use the unused top of old-space pages when allocating. (Closed)

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

Description

- Use the free top of old-space pages when allocating. Committed: https://code.google.com/p/dart/source/detail?r=6405

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -9 lines) Patch
M vm/pages.h View 2 chunks +17 lines, -0 lines 0 comments Download
M vm/pages.cc View 5 chunks +25 lines, -9 lines 2 comments Download

Messages

Total messages: 5 (0 generated)
Ivan Posva
8 years, 8 months ago (2012-04-11 10:04:18 UTC) #1
ricow1
LGTM, but doesn't this mean that we will iterate all heap pages continuously when for ...
8 years, 8 months ago (2012-04-11 10:23:30 UTC) #2
Ivan Posva
On 2012/04/11 10:23:30, ricow1 wrote: > LGTM, but doesn't this mean that we will iterate ...
8 years, 8 months ago (2012-04-11 11:53:39 UTC) #3
Ivan Posva
https://chromiumcodereview.appspot.com/10057001/diff/1/vm/pages.cc File vm/pages.cc (right): https://chromiumcodereview.appspot.com/10057001/diff/1/vm/pages.cc#newcode290 vm/pages.cc:290: in_use += page_in_use; On 2012/04/11 10:23:30, ricow1 wrote: > ...
8 years, 8 months ago (2012-04-11 11:56:52 UTC) #4
cshapiro
8 years, 8 months ago (2012-04-11 19:55:21 UTC) #5
If we are planning on doing compaction this is probably an okay policy.  If not,
it is an opportunity for increased fragmentation.

Powered by Google App Engine
This is Rietveld 408576698