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

Issue 11186013: - Do not bump allocate in old-space pages. Always use (Closed)

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

Description

- Do not bump allocate in old-space pages. Always use the freelist in preparation for chunked allocation. Committed: https://code.google.com/p/dart/source/detail?r=13792

Patch Set 1 #

Total comments: 6

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -94 lines) Patch
M vm/gc_sweeper.cc View 1 4 chunks +14 lines, -13 lines 0 comments Download
M vm/pages.h View 1 7 chunks +11 lines, -28 lines 0 comments Download
M vm/pages.cc View 1 2 13 chunks +28 lines, -53 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Ivan Posva
8 years, 2 months ago (2012-10-17 01:34:43 UTC) #1
cshapiro
lgtm with comments https://chromiumcodereview.appspot.com/11186013/diff/1/vm/pages.cc File vm/pages.cc (right): https://chromiumcodereview.appspot.com/11186013/diff/1/vm/pages.cc#newcode280 vm/pages.cc:280: uword obj_addr = page->first_object_start(); Why did ...
8 years, 2 months ago (2012-10-17 02:53:22 UTC) #2
Ivan Posva
https://chromiumcodereview.appspot.com/11186013/diff/1/vm/pages.cc File vm/pages.cc (right): https://chromiumcodereview.appspot.com/11186013/diff/1/vm/pages.cc#newcode280 vm/pages.cc:280: uword obj_addr = page->first_object_start(); On 2012/10/17 02:53:22, cshapiro wrote: ...
8 years, 2 months ago (2012-10-18 17:34:20 UTC) #3
siva
8 years, 2 months ago (2012-10-18 17:52:17 UTC) #4
lgtm

Powered by Google App Engine
This is Rietveld 408576698