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

Issue 571133002: PageIterator (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

Lazy walkability of old-space bump allocation block. Do not write a freelist-element header into remainder on every allocation. Add ExclusivePageIterator that locks and ensures walkability, and reduces code duplication. R=iposva@google.com Committed: https://code.google.com/p/dart/source/detail?r=40505

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+74 lines, -54 lines) Patch
M runtime/vm/gc_sweeper.h View 2 chunks +1 line, -6 lines 0 comments Download
M runtime/vm/gc_sweeper.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/pages.h View 4 chunks +9 lines, -0 lines 0 comments Download
M runtime/vm/pages.cc View 1 2 3 6 chunks +63 lines, -47 lines 2 comments Download

Messages

Total messages: 4 (0 generated)
koda
6 years, 3 months ago (2014-09-15 15:24:15 UTC) #1
Ivan Posva
LGTM -ip https://codereview.chromium.org/571133002/diff/60001/runtime/vm/pages.cc File runtime/vm/pages.cc (right): https://codereview.chromium.org/571133002/diff/60001/runtime/vm/pages.cc#newcode421 runtime/vm/pages.cc:421: bool done() const { return page_ == ...
6 years, 3 months ago (2014-09-19 17:11:54 UTC) #2
koda
https://codereview.chromium.org/571133002/diff/60001/runtime/vm/pages.cc File runtime/vm/pages.cc (right): https://codereview.chromium.org/571133002/diff/60001/runtime/vm/pages.cc#newcode421 runtime/vm/pages.cc:421: bool done() const { return page_ == NULL; } ...
6 years, 3 months ago (2014-09-19 17:25:00 UTC) #3
koda
6 years, 3 months ago (2014-09-19 17:25:19 UTC) #4
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as r40505 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698