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

Issue 9117035: Initially unmap one of the semispaces to reduce memory use at boot time. (Closed)

Created:
8 years, 11 months ago by Erik Corry
Modified:
8 years, 11 months ago
CC:
v8-dev
Visibility:
Public.

Description

Initially unmap one of the semispaces to reduce memory use at boot time. Committed: https://code.google.com/p/v8/source/detail?r=10491

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -16 lines) Patch
M src/spaces.h View 1 chunk +1 line, -1 line 0 comments Download
M src/spaces.cc View 4 chunks +12 lines, -11 lines 1 comment Download
M test/cctest/test-mark-compact.cc View 1 chunk +4 lines, -4 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Erik Corry
8 years, 11 months ago (2012-01-24 15:54:20 UTC) #1
Vyacheslav Egorov (Chromium)
8 years, 11 months ago (2012-01-24 15:57:36 UTC) #2
lgtm

https://chromiumcodereview.appspot.com/9117035/diff/1/src/spaces.cc
File src/spaces.cc (right):

https://chromiumcodereview.appspot.com/9117035/diff/1/src/spaces.cc#newcode1234
src/spaces.cc:1234: if (!ok) return false;
if (!Commit()) return false;

Powered by Google App Engine
This is Rietveld 408576698