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

Issue 534653002: Bump allocation for promotion (Closed)

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

Description

During promotion, use bump allocation whenever there are no small blocks available. R=iposva@google.com Committed: https://code.google.com/p/dart/source/detail?r=39893

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Total comments: 10

Patch Set 9 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+121 lines, -20 lines) Patch
M runtime/platform/globals.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M runtime/platform/utils.cc View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/bit_set.h View 2 chunks +24 lines, -12 lines 0 comments Download
M runtime/vm/freelist.h View 2 chunks +8 lines, -0 lines 0 comments Download
M runtime/vm/freelist.cc View 6 chunks +37 lines, -1 line 0 comments Download
M runtime/vm/pages.h View 2 chunks +5 lines, -0 lines 0 comments Download
M runtime/vm/pages.cc View 3 chunks +43 lines, -5 lines 0 comments Download
M runtime/vm/scavenger.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (1 generated)
koda
6 years, 3 months ago (2014-09-04 05:27:55 UTC) #2
Ivan Posva
LGTM with comments addressed. -Ivan https://codereview.chromium.org/534653002/diff/140001/runtime/vm/freelist.cc File runtime/vm/freelist.cc (right): https://codereview.chromium.org/534653002/diff/140001/runtime/vm/freelist.cc#newcode360 runtime/vm/freelist.cc:360: FreeListElement* FreeList::TryAllocateLargeLocked(intptr_t minimum_size) { ...
6 years, 3 months ago (2014-09-04 21:50:47 UTC) #3
koda
https://codereview.chromium.org/534653002/diff/140001/runtime/vm/freelist.cc File runtime/vm/freelist.cc (right): https://codereview.chromium.org/534653002/diff/140001/runtime/vm/freelist.cc#newcode360 runtime/vm/freelist.cc:360: FreeListElement* FreeList::TryAllocateLargeLocked(intptr_t minimum_size) { On 2014/09/04 21:50:46, Ivan Posva ...
6 years, 3 months ago (2014-09-05 00:24:53 UTC) #4
koda
6 years, 3 months ago (2014-09-05 01:08:03 UTC) #5
Message was sent while issue was closed.
Committed patchset #9 (id:160001) manually as r39893 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698