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

Issue 7124006: Two-page newspace. (Closed)

Created:
9 years, 6 months ago by Lasse Reichstein
Modified:
9 years, 6 months ago
Reviewers:
Erik Corry
CC:
v8-dev
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 16

Patch Set 2 : Address review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+352 lines, -115 lines) Patch
M src/heap.cc View 1 chunk +9 lines, -5 lines 0 comments Download
M src/heap-inl.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/mark-compact.cc View 8 chunks +54 lines, -23 lines 0 comments Download
M src/runtime.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M src/spaces.h View 1 21 chunks +112 lines, -45 lines 0 comments Download
M src/spaces.cc View 1 11 chunks +132 lines, -40 lines 0 comments Download
M src/spaces-inl.h View 3 chunks +41 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Lasse Reichstein
9 years, 6 months ago (2011-06-07 08:01:49 UTC) #1
Erik Corry
LGTM It looks like you rely on the fact that pages are sorted in increasing ...
9 years, 6 months ago (2011-06-07 08:49:55 UTC) #2
Lasse Reichstein
http://codereview.chromium.org/7124006/diff/1/src/heap.cc File src/heap.cc (right): http://codereview.chromium.org/7124006/diff/1/src/heap.cc#newcode4316 src/heap.cc:4316: void Heap::ZapFromSpace() { We weren't sure. http://codereview.chromium.org/7124006/diff/1/src/spaces.cc File src/spaces.cc ...
9 years, 6 months ago (2011-06-07 09:36:06 UTC) #3
Lasse Reichstein
9 years, 6 months ago (2011-06-07 10:16:51 UTC) #4
And yes, I still rely on pages being ordered, but when I get watermark working
correctly, it shouldn't matter any more.

Powered by Google App Engine
This is Rietveld 408576698