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

Issue 7983001: Fix new space shrinking to compute correct capacity. (Closed)

Created:
9 years, 3 months ago by Michael Starzinger
Modified:
9 years, 3 months ago
CC:
v8-dev
Visibility:
Public.

Description

Fix new space shrinking to compute correct capacity. R=vegorov@chromium.org BUG=v8:1702 TEST=cctest/test-heap/GrowAndShrinkNewSpace Committed: http://code.google.com/p/v8/source/detail?r=9348

Patch Set 1 #

Total comments: 6

Patch Set 2 : Addressed comments by Vyacheslav Egorov. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -49 lines) Patch
M src/spaces.h View 1 chunk +2 lines, -7 lines 0 comments Download
M src/spaces.cc View 1 4 chunks +6 lines, -14 lines 0 comments Download
M test/cctest/test-heap.cc View 2 chunks +2 lines, -28 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Michael Starzinger
PTAL.
9 years, 3 months ago (2011-09-20 14:12:54 UTC) #1
Vyacheslav Egorov (Chromium)
LGTM http://codereview.chromium.org/7983001/diff/1/src/spaces.cc File src/spaces.cc (right): http://codereview.chromium.org/7983001/diff/1/src/spaces.cc#newcode929 src/spaces.cc:929: ASSERT(static_cast<size_t>(Page::kPageSize) > OS::AllocateAlignment()); I don't think we really ...
9 years, 3 months ago (2011-09-20 14:26:40 UTC) #2
Michael Starzinger
Added new patch set. Also fixed assertion as discussed offline with Vyacheslav Egorov. http://codereview.chromium.org/7983001/diff/1/src/spaces.cc File ...
9 years, 3 months ago (2011-09-20 15:29:03 UTC) #3
Vyacheslav Egorov (Chromium)
9 years, 3 months ago (2011-09-20 15:32:24 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698