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

Issue 10093010: - Free completely empty pages as part of sweep. (Closed)

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

Description

- Free completely empty pages as part of sweep. Committed: https://code.google.com/p/dart/source/detail?r=6578

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -22 lines) Patch
M vm/pages.h View 1 2 chunks +1 line, -1 line 0 comments Download
M vm/pages.cc View 1 5 chunks +28 lines, -21 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Ivan Posva
Overly aggressive page recycling policy. Better than to hold onto them indefinitely. -Ivan
8 years, 8 months ago (2012-04-16 10:16:24 UTC) #1
Mads Ager (google)
https://chromiumcodereview.appspot.com/10093010/diff/1/vm/pages.cc File vm/pages.cc (right): https://chromiumcodereview.appspot.com/10093010/diff/1/vm/pages.cc#newcode124 vm/pages.cc:124: large_pages_ = page->next(); Shouldn't this be pages_ instead of ...
8 years, 8 months ago (2012-04-16 10:39:08 UTC) #2
Ivan Posva
https://chromiumcodereview.appspot.com/10093010/diff/1/vm/pages.cc File vm/pages.cc (right): https://chromiumcodereview.appspot.com/10093010/diff/1/vm/pages.cc#newcode124 vm/pages.cc:124: large_pages_ = page->next(); On 2012/04/16 10:39:09, Mads Ager wrote: ...
8 years, 8 months ago (2012-04-16 13:51:04 UTC) #3
Mads Ager (google)
8 years, 8 months ago (2012-04-16 13:53:52 UTC) #4
lgtm

Powered by Google App Engine
This is Rietveld 408576698