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

Issue 6905127: Make newspace semispaces be single page-sized memory chunks. (Closed)

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

Description

Make newspace semispaces be single page-sized memory chunks. In anticipation of making them multi-paged. Committed: http://code.google.com/p/v8/source/detail?r=7736

Patch Set 1 #

Total comments: 1

Patch Set 2 : Change FIXME to TODO #

Unified diffs Side-by-side diffs Delta from patch set Stats (+80 lines, -9 lines) Patch
M src/heap.cc View 2 chunks +7 lines, -2 lines 0 comments Download
M src/spaces.h View 1 6 chunks +46 lines, -5 lines 0 comments Download
M src/spaces.cc View 1 8 chunks +27 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Lasse Reichstein
9 years, 7 months ago (2011-04-29 13:02:40 UTC) #1
Erik Corry
9 years, 7 months ago (2011-05-02 06:43:01 UTC) #2
LGTM if it lints.

http://codereview.chromium.org/6905127/diff/1/src/spaces.h
File src/spaces.h (right):

http://codereview.chromium.org/6905127/diff/1/src/spaces.h#newcode1485
src/spaces.h:1485: // FIXME: Change when there is more than one page.
All these FIXMEs need to be 'TODO(gc):' instead.

Powered by Google App Engine
This is Rietveld 408576698