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

Issue 10241002: Fix spurious bugs in GrowAndShrinkNewSpace when the (Closed)

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

Description

Fix spurious bugs in GrowAndShrinkNewSpace when the min and max new space sizes are equal. Committed: https://code.google.com/p/v8/source/detail?r=11456

Patch Set 1 #

Patch Set 2 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -0 lines) Patch
M test/cctest/test-heap.cc View 1 2 chunks +13 lines, -0 lines 1 comment Download

Messages

Total messages: 4 (0 generated)
Erik Corry
8 years, 8 months ago (2012-04-26 13:57:52 UTC) #1
Erik Corry
8 years, 8 months ago (2012-04-26 13:59:13 UTC) #2
Michael Starzinger
https://chromiumcodereview.appspot.com/10241002/diff/4001/test/cctest/test-heap.cc File test/cctest/test-heap.cc (right): https://chromiumcodereview.appspot.com/10241002/diff/4001/test/cctest/test-heap.cc#newcode1278 test/cctest/test-heap.cc:1278: if (HEAP->ReservedSemiSpaceSize() == HEAP->InitialSemiSpaceSize()) { Shouldn't the test say ...
8 years, 8 months ago (2012-04-26 14:41:45 UTC) #3
Michael Starzinger
8 years, 8 months ago (2012-04-26 16:24:46 UTC) #4
LGTM. The new comment explains the situation a bit. I still think the function
names are misleading, but that's a different story.

Powered by Google App Engine
This is Rietveld 408576698