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

Issue 8051014: Fix slot buffers of abandoned evacuation candidates. (Closed)

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

Description

Fix slot buffers of abandoned evacuation candidates. R=vegorov@chromium.org BUG=v8:1734 TEST=cctest/test-mark-compact/NoPromotion Committed: http://code.google.com/p/v8/source/detail?r=9454

Patch Set 1 #

Total comments: 2

Patch Set 2 : Addressed comment by Vyacheslav Egorov. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -2 lines) Patch
M src/mark-compact.cc View 1 1 chunk +4 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Michael Starzinger
PTAL.
9 years, 2 months ago (2011-09-27 13:22:31 UTC) #1
Vyacheslav Egorov (Chromium)
LGTM! http://codereview.chromium.org/8051014/diff/1/src/mark-compact.cc File src/mark-compact.cc (right): http://codereview.chromium.org/8051014/diff/1/src/mark-compact.cc#newcode2693 src/mark-compact.cc:2693: p = evacuation_candidates_[j]; it's a bit shady to ...
9 years, 2 months ago (2011-09-27 13:24:56 UTC) #2
Michael Starzinger
9 years, 2 months ago (2011-09-27 13:34:43 UTC) #3
Added new patch set.

http://codereview.chromium.org/8051014/diff/1/src/mark-compact.cc
File src/mark-compact.cc (right):

http://codereview.chromium.org/8051014/diff/1/src/mark-compact.cc#newcode2693
src/mark-compact.cc:2693: p = evacuation_candidates_[j];
On 2011/09/27 13:24:56, Vyacheslav Egorov wrote:
> it's a bit shady to reuse p from the outer scope here, might lead to confusion
> in future.
> 
> consider having a separate variable.

Done.

Powered by Google App Engine
This is Rietveld 408576698